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 d8f5ed3 commit 6d90f97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Neon.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Neon'
s.version = '0.3.4.1'
s.version = '0.3.4.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' => 'mike.amaral36@gmail.com' }
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => 'v0.3.4.1' }
s.osx.deployment_target = '10.7'
s.ios.deployment_target = '8.0'
s.source = { :git => 'https://github.com/mamaral/neon.git', :tag => 'v0.3.4.2' }
s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
s.source_files = 'Source/*.swift'
s.requires_arc = true
end

0 comments on commit 6d90f97

Please sign in to comment.