Skip to content

Commit

Permalink
Bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
bnickel committed Aug 1, 2013
1 parent cebaed6 commit 37aa0cd
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 = "0.0.2"
s.version = "0.0.3"
s.summary = "AMY Mocks Your Server within KIF-next."
s.homepage = "https://github.com/bnickel/AMYServer"
s.license = 'Apache 2.0'
s.author = { "Brian Nickel" => "[email protected]" }
s.source = { :git => "https://github.com/bnickel/AMYServer.git", :tag => "0.0.2" }
s.source = { :git => "https://github.com/bnickel/AMYServer.git", :tag => "0.0.3" }
s.platform = :ios, '5.0'
s.source_files = 'AMYServer'
s.requires_arc = true
Expand Down

0 comments on commit 37aa0cd

Please sign in to comment.