Skip to content

Commit

Permalink
Merge pull request #3973 from bnickel/kif-v1.0.0
Browse files Browse the repository at this point in the history
[Update] KIF (1.0.0)
  • Loading branch information
orta committed Sep 12, 2013
2 parents cfb69d9 + 426f448 commit 6ff4f8c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions KIF/1.0.0/KIF.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "KIF"
s.version = "1.0.0"
s.summary = "Keep It Functional - iOS UI acceptance testing."
s.homepage = "https://github.com/kif-framework/KIF/"
s.license = 'Apache 2.0'
s.authors = 'Eric Firestone', 'Jim Puls'
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v1.0.0" }
s.platform = :ios, '4.3'
s.source_files = 'Classes', 'Additions'
s.public_header_files = 'Classes/**/*.h', 'Additions/**/*-KIFAdditions.h'
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) RUN_KIF_TESTS=1' }
s.framework = 'CoreGraphics'
s.prefix_header_contents = '#import <CoreGraphics/CoreGraphics.h>'
end

0 comments on commit 6ff4f8c

Please sign in to comment.