Skip to content

Commit

Permalink
Bump version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luisobo committed Nov 8, 2014
1 parent 7423756 commit baf91d0
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.8.1"
s.version = "0.8.2"
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.8.1" }
s.source = { :git => "https://github.com/luisobo/Nocilla.git", :tag => "0.8.2" }

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

0 comments on commit baf91d0

Please sign in to comment.