diff --git a/Nocilla.podspec b/Nocilla.podspec index 57036b05..cccc5014 100644 --- a/Nocilla.podspec +++ b/Nocilla.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "Nocilla" - s.version = "0.9.0" + s.version = "0.10.0" 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.9.0" } + s.source = { :git => "https://github.com/luisobo/Nocilla.git", :tag => "0.10.0" } s.ios.deployment_target = '4.0' s.osx.deployment_target = '10.7'