We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc4a88 commit 28e4695Copy full SHA for 28e4695
1 file changed
KIF.podspec
@@ -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