Skip to content

Commit 955ee99

Browse files
committed
Merge pull request #360 from GalacticMegacorp/master
Bumping version to 3.0.1 to make bug fix available in Cocoapods.
2 parents 22e1a13 + dbc93f3 commit 955ee99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KIF.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "KIF"
3-
s.version = "3.0.0"
3+
s.version = "3.0.1"
44
s.summary = "Keep It Functional - iOS UI acceptance testing in an XCUnit harness."
55
s.homepage = "https://github.com/kif-framework/KIF/"
66
s.license = 'Apache 2.0'
77
s.authors = 'Eric Firestone', 'Jim Puls', 'Brian Nickel'
8-
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v3.0.0" }
8+
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v3.0.1" }
99
s.platform = :ios, '4.3'
1010
s.frameworks = 'CoreGraphics'
1111
s.default_subspec = 'XCTest'

0 commit comments

Comments
 (0)