We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22e1a13 + dbc93f3 commit 955ee99Copy full SHA for 955ee99
KIF.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "KIF"
3
- s.version = "3.0.0"
+ s.version = "3.0.1"
4
s.summary = "Keep It Functional - iOS UI acceptance testing in an XCUnit 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/kif-framework/KIF.git", :tag => "v3.0.0" }
+ s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v3.0.1" }
9
s.platform = :ios, '4.3'
10
s.frameworks = 'CoreGraphics'
11
s.default_subspec = 'XCTest'
0 commit comments