From 2048b9eb291f6f3a79281a0401477b382cbf88db Mon Sep 17 00:00:00 2001 From: Tyler Fox Date: Tue, 11 Aug 2015 11:16:07 -0700 Subject: [PATCH] Update podspec --- INTUAnimationEngine.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INTUAnimationEngine.podspec b/INTUAnimationEngine.podspec index f82902a..68a36a4 100644 --- a/INTUAnimationEngine.podspec +++ b/INTUAnimationEngine.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "INTUAnimationEngine" - s.version = "1.4.0" + s.version = "1.4.1" s.homepage = "https://github.com/intuit/AnimationEngine" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Tyler Fox" => "tyler_fox@intuit.com" } - s.source = { :git => "https://github.com/intuit/AnimationEngine.git", :tag => "v1.4.0" } + s.source = { :git => "https://github.com/intuit/AnimationEngine.git", :tag => "v1.4.1" } s.source_files = 'INTUAnimationEngine/*.{h,m}' s.platform = :ios s.ios.deployment_target = '5.0'