Skip to content

Commit 28e4695

Browse files
committed
Added podspec
KIF-next merge plan (Issue #231), step 1
1 parent dcc4a88 commit 28e4695

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

KIF.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = "KIF"
3+
s.version = "1.0.0"
4+
s.summary = "Keep It Functional - iOS UI acceptance testing."
5+
s.homepage = "https://github.com/kif-framework/KIF/"
6+
s.license = 'Apache 2.0'
7+
s.authors = 'Eric Firestone', 'Jim Puls'
8+
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v1.0.0" }
9+
s.platform = :ios, '4.3'
10+
s.source_files = 'Classes', 'Additions'
11+
s.public_header_files = 'Classes/**/*.h', 'Additions/**/*-KIFAdditions.h'
12+
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) RUN_KIF_TESTS=1' }
13+
s.framework = 'CoreGraphics'
14+
s.prefix_header_contents = '#import <CoreGraphics/CoreGraphics.h>'
15+
end

0 commit comments

Comments
 (0)