Skip to content

Commit

Permalink
Adding podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
abel-coding committed Aug 14, 2017
1 parent 37f5e6d commit 81c5dff
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1
17 changes: 17 additions & 0 deletions ViewBuilder.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |spec|

spec.name = 'ViewBuilder'
spec.version = '0.0.1'
spec.license = 'MIT'
spec.summary = 'Document based UI framework for iOS'
spec.homepage = 'https://github.com/abelsanchezali/ViewBuilder'
spec.author = { 'Abel Ernesto Sanchez Ali' => 'abelsanchezali@gmail.com' }
spec.source = { :git => 'https://github.com/abelsanchezali/ViewBuilder.git', :tag => spec.version.to_s }
spec.source_files = 'ViewBuilder/ViewBuilder/**/*.swift'
spec.requires_arc = true

spec.ios.deployment_target = '8.0'
spec.ios.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'

end

2 changes: 1 addition & 1 deletion ViewBuilder/ViewBuilder/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 81c5dff

Please sign in to comment.