Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Bumping version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Aug 28, 2013
1 parent 5c59bcd commit 56e6cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFOAuth1Client.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "AFOAuth1Client"
s.version = "0.2.1"
s.version = "0.3.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.2.1' }
s.source = { :git => "https://github.com/AFNetworking/AFOAuth1Client.git", :tag => '0.3.0' }
s.source_files = 'AFOAuth1Client'
s.requires_arc = true

Expand Down

0 comments on commit 56e6cca

Please sign in to comment.