Skip to content

Commit f53c4f0

Browse files
committed
New WCKit
1 parent 7885683 commit f53c4f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

WCKit/0.0.5/WCKit.podspec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |s|
2+
s.name = "WCKit"
3+
s.version = "0.0.5"
4+
s.platform = :ios, '5.0'
5+
s.summary = "Physics engine for WillCall."
6+
s.homepage = "http://www.getwillcall.com"
7+
s.license = { :type => 'PRIVATE' }
8+
s.author = { "pat2man" => "[email protected]" }
9+
s.source = { :git => "https://github.com/WillCall/WCKit.git", :tag => '0.0.5' }
10+
s.source_files = 'WCPhysicsAnimation', 'WCNavigationController'
11+
s.frameworks = 'Foundation', 'UIKit', 'QuartzCore'
12+
s.dependency 'Chipmunk-Physics'
13+
end

0 commit comments

Comments
 (0)