Skip to content

Commit

Permalink
Bump version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
luisobo committed Feb 27, 2013
1 parent f9ac4fd commit 136176e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nocilla.podspec
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "Nocilla"
s.version = "0.2"
s.version = "0.3"
s.summary = "Stunning HTTP stubbing for iOS. Testing HTTP requests has never been easier."
s.homepage = "https://github.com/luisobo/Nocilla"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Luis Solano" => "contact@luissolano.com" }

s.source = { :git => "https://github.com/luisobo/Nocilla.git", :tag => "0.2" }
s.source = { :git => "https://github.com/luisobo/Nocilla.git", :tag => "0.3" }

s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.7'
Expand Down

0 comments on commit 136176e

Please sign in to comment.