Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Fox authored and Tyler Fox committed Aug 11, 2015
1 parent 861ca6a commit 2048b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INTUAnimationEngine.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }
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'
Expand Down

0 comments on commit 2048b9e

Please sign in to comment.