From 6d90f970d6d0d4ecc0612dda0c33725d15f618cf Mon Sep 17 00:00:00 2001 From: Mike Amaral Date: Sun, 18 Sep 2016 21:44:05 -0400 Subject: [PATCH] Update Neon.podspec --- Neon.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Neon.podspec b/Neon.podspec index d624333..5252d78 100644 --- a/Neon.podspec +++ b/Neon.podspec @@ -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