Skip to content

Commit

Permalink
Update Neon.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaral authored Sep 21, 2016
1 parent 8feb45f commit f088c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Neon.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Neon'
s.version = '0.3.4.3'
s.version = '0.4.0'
s.license = 'MIT'
s.summary = 'A powerful Swift programmatic UI layout framework.'
s.homepage = 'https://github.com/mamaral/neon'
s.social_media_url = 'http://twitter.com/MikeAmaral'
s.authors = { 'Mike Amaral' => '[email protected]' }
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => 'v0.3.4.3' }
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => 'v0.4.0' }
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
s.source_files = 'Source/*.swift'
Expand Down

0 comments on commit f088c3d

Please sign in to comment.