Skip to content

Commit

Permalink
Update version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phatmann committed Nov 5, 2015
1 parent 0852eed commit 21e6c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMYServer.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "AMYServer"
s.version = "2.1.1"
s.version = "2.1.2"
s.summary = "AMY Mocks Your Server - A mock HTTP server for KIF."
s.homepage = "https://github.com/kif-framework/AMYServer"
s.license = 'Apache 2.0'
s.author = { "Brian Nickel" => "[email protected]" }
s.source = { :git => "https://github.com/kif-framework/AMYServer.git", :tag => "v2.1.1" }
s.source = { :git => "https://github.com/kif-framework/AMYServer.git", :tag => "v2.1.2" }
s.platform = :ios, '5.1'
s.requires_arc = true
s.source_files = 'AMYServer'
Expand Down

0 comments on commit 21e6c7f

Please sign in to comment.