Skip to content

Commit 2d08260

Browse files
committed
Updates Podspec
1 parent 4404c32 commit 2d08260

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

IBKit.podspec

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Pod::Spec.new do |s|
2+
s.name = "IBKit"
3+
s.version = "0.1.0"
4+
s.license = "MIT"
5+
s.summary = "A declarative style interface builder in Swift"
6+
s.homepage = "https://github.com/IBCodeKit/IBKit"
7+
s.author = { "Nate Kim" => "glwithu06@gmail.com" }
8+
s.source = { :git => "https://github.com/IBCodeKit/IBKit.git", :tag => "#{s.version}" }
9+
s.source_files = "Sources/**/*.swift"
10+
s.ios.deployment_target = "11.0"
11+
end

0 commit comments

Comments
 (0)