From d8f5ed35b1ca6505c3898c6096682dbd2570ad69 Mon Sep 17 00:00:00 2001 From: Mike Amaral Date: Sun, 18 Sep 2016 21:38:44 -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 f1ca1bd..d624333 100644 --- a/Neon.podspec +++ b/Neon.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'Neon' - s.version = '0.3.4' + s.version = '0.3.4.1' 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 => s.version } + 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_files = 'Source/*.swift'