diff --git a/AFOAuth1Client.podspec b/AFOAuth1Client.podspec index 83ca256..0d0b593 100644 --- a/AFOAuth1Client.podspec +++ b/AFOAuth1Client.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "AFOAuth1Client" - s.version = "0.1.1" + s.version = "0.2.0" s.summary = "AFNetworking Extension for OAuth 1.0a Authentication" s.homepage = "https://github.com/AFNetworking/AFOAuth1Client" s.license = 'MIT' s.author = { 'Mattt Thompson' => 'm@mattt.me' } - s.source = { :git => "https://github.com/AFNetworking/AFOAuth1Client.git", :tag => '0.1.1' } + s.source = { :git => "https://github.com/AFNetworking/AFOAuth1Client.git", :tag => '0.2.0' } s.source_files = 'AFOAuth1Client' s.requires_arc = true @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = '10.7' - s.dependency 'AFNetworking', '>= 0.9' + s.dependency 'AFNetworking', '>= 1.0' s.prefix_header_contents = <<-EOS #ifdef __OBJC__