Skip to content

Commit

Permalink
Update Neon.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaral committed Aug 28, 2016
1 parent f5f2ce4 commit 0ba2554
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.0'
s.version = '0.3.2'
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.0" }
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => "v0.3.2" }
s.osx.deployment_target = '10.7'
s.ios.deployment_target = '8.0'
s.source_files = 'Source/*.swift'
Expand Down

0 comments on commit 0ba2554

Please sign in to comment.