We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4404c32 commit 2d08260Copy full SHA for 2d08260
IBKit.podspec
@@ -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