Skip to content

Commit

Permalink
Updated podspec for 2.0.0 release. Removed KIF-next podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnickel committed Sep 9, 2013
1 parent 6cef531 commit 94933b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
13 changes: 0 additions & 13 deletions KIF-next.podspec

This file was deleted.

11 changes: 5 additions & 6 deletions KIF.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Pod::Spec.new do |s|
s.name = "KIF"
s.version = "1.0.0"
s.summary = "Keep It Functional - iOS UI acceptance testing."
s.version = "2.0.0"
s.summary = "Keep It Functional - iOS UI acceptance testing in an OCUnit harness."
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.authors = 'Eric Firestone', 'Jim Puls', 'Brian Nickel'
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v2.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.frameworks = 'SenTestingKit', 'CoreGraphics'
s.prefix_header_contents = '#import <CoreGraphics/CoreGraphics.h>'
end

0 comments on commit 94933b2

Please sign in to comment.