From 4619e7a66d73b6b315ff822ac8c424c8835cbdc8 Mon Sep 17 00:00:00 2001 From: Mike Amaral Date: Sun, 18 Sep 2016 20:48:36 -0400 Subject: [PATCH] Update Neon.podspec --- Neon.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Neon.podspec b/Neon.podspec index d41170e..a68cb2b 100644 --- a/Neon.podspec +++ b/Neon.podspec @@ -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'