Skip to content

Commit

Permalink
Update Neon.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaral committed Apr 10, 2016
1 parent d953692 commit 6aaf147
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.0.3'
s.version = '0.1.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' => 'mike.amaral36@gmail.com' }
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => "v0.0.3" }
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => "v0.1.0" }
s.ios.deployment_target = '8.0'
s.source_files = 'Source/*.swift'
s.requires_arc = true
Expand Down

0 comments on commit 6aaf147

Please sign in to comment.