diff --git a/AFOAuth1Client.podspec b/AFOAuth1Client.podspec index e29faf7..e1f16d0 100644 --- a/AFOAuth1Client.podspec +++ b/AFOAuth1Client.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "AFOAuth1Client" - s.version = "0.3.0" + s.version = "0.3.1" 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.3.0' } + s.source = { :git => "https://github.com/AFNetworking/AFOAuth1Client.git", :tag => '0.3.1' } s.source_files = 'AFOAuth1Client' s.requires_arc = true