Skip to content

Commit

Permalink
Updated AHEasing 0.0.1 to use fixed commit, added 1.0 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
svintus committed Nov 8, 2012
1 parent 18a602b commit a512924
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AHEasing/0.0.1/AHEasing.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = { "Warren Moore" => "wm@warrenmoore.net" }

s.source = { :git => "https://github.com/warrenm/AHEasing.git",
:commit => "HEAD" }
:commit => "391b641af7a80f8b4fcb65944d0252c186a85dbc" }

s.platform = :ios

Expand Down
14 changes: 14 additions & 0 deletions AHEasing/1.0/AHEasing.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "AHEasing"
s.version = "1.0"
s.summary = "A supplemental library of easing functions for C, C++, and Objective-C."
s.homepage = "https://github.com/warrenm/AHEasing"
s.license = { :type => "WTFPL", :file => "COPYING" }
s.author = { "Warren Moore" => "wm@warrenmoore.net" }
s.source = { :git => "https://github.com/warrenm/AHEasing.git", :tag => "1.0" }
s.platform = :ios
s.source_files = "AHEasing/easing.{h,c}", "AHEasing/CAKeyframeAnimation+AHEasing.{h,m}"
s.public_header_files = "AHEasing/easing.h", "AHEasing/CAKeyframeAnimation+AHEasing.h"
s.frameworks = "QuartzCore"
s.requires_arc = true
end

0 comments on commit a512924

Please sign in to comment.