Skip to content

Commit

Permalink
Update Neon.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaral committed Sep 19, 2016
1 parent a461bd8 commit 4619e7a
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.2'
s.version = '0.3.3'
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' => 'mike.amaral36@gmail.com' }
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => "v0.3.2" }
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => "v0.3.3" }
s.osx.deployment_target = '10.7'
s.ios.deployment_target = '8.0'
s.source_files = 'Source/*.swift'
Expand Down

0 comments on commit 4619e7a

Please sign in to comment.