Skip to content

Commit a020ae6

Browse files
committed
Updates
1 parent f53c4f0 commit a020ae6

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'InflectorKit'
3+
s.version = '0.0.2'
4+
s.license = 'MIT'
5+
s.summary = 'Efficiently Singularize and Pluralize Strings.'
6+
s.homepage = 'https://github.com/mattt/InflectorKit'
7+
s.authors = { 'Mattt Thompson' => '[email protected]' }
8+
s.source = { :git => 'https://github.com/pat2man/InflectorKit.git', :tag => '0.0.2' }
9+
s.source_files = 'InflectorKit'
10+
s.requires_arc = true
11+
end

KIF/2.0.1/KIF.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = "KIF"
3+
s.version = "2.0.1"
4+
s.summary = "Keep It Functional - iOS UI acceptance testing in an OCUnit harness."
5+
s.homepage = "https://github.com/kif-framework/KIF/"
6+
s.license = 'Apache 2.0'
7+
s.authors = 'Eric Firestone', 'Jim Puls', 'Brian Nickel'
8+
s.source = { :git => "https://github.com/pat2man/KIF.git", :commit => "b4d63f11a046a7efb02ee7f5efad0d835118c03f" }
9+
s.platform = :ios, '4.3'
10+
s.source_files = 'Classes', 'Additions'
11+
s.public_header_files = 'Classes/**/*.h', 'Additions/**/*-KIFAdditions.h'
12+
s.frameworks = 'SenTestingKit', 'CoreGraphics'
13+
s.prefix_header_contents = '#import <CoreGraphics/CoreGraphics.h>'
14+
end

WCKit/0.0.5/WCKit.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Pod::Spec.new do |s|
1010
s.source_files = 'WCPhysicsAnimation', 'WCNavigationController'
1111
s.frameworks = 'Foundation', 'UIKit', 'QuartzCore'
1212
s.dependency 'Chipmunk-Physics'
13+
s.requires_arc = true
1314
end

0 commit comments

Comments
 (0)