Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phatmann committed Jan 24, 2016
1 parent 00532ae commit 7fd732d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KIF.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "KIF"
s.version = "3.3.1"
s.version = "3.3.2"
s.summary = "Keep It Functional - iOS UI acceptance testing in an XCUnit harness."
s.homepage = "https://github.com/kif-framework/KIF/"
s.license = 'Apache 2.0'
s.authors = 'Eric Firestone', 'Jim Puls', 'Brian Nickel'
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v3.3.1" }
s.source = { :git => "https://github.com/kif-framework/KIF.git", :tag => "v3.3.2" }
s.platform = :ios, '5.1'
s.frameworks = 'CoreGraphics', 'IOKit', 'XCTest'
s.default_subspec = 'Core'
Expand Down

0 comments on commit 7fd732d

Please sign in to comment.