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