Skip to content

Commit

Permalink
Bumping version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Oct 23, 2013
1 parent c2946bf commit 0a105b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AFOAuth2Client.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Pod::Spec.new do |s|
s.name = 'AFOAuth2Client'
s.version = '0.1.1'
s.version = '0.1.2'
s.license = 'MIT'
s.summary = 'AFNetworking Extension for OAuth 2 Authentication.'
s.homepage = 'https://github.com/AFNetworking/AFOAuth2Client'
s.author = { 'Mattt Thompson' => '[email protected]' }
s.source = { :git => 'https://github.com/AFNetworking/AFOAuth2Client.git',
:tag => '0.1.1' }
:tag => '0.1.2' }
s.source_files = 'AFOAuth2Client'
s.requires_arc = true

s.dependency 'AFNetworking', '~>1.0'
s.dependency 'AFNetworking', '~>1.3'

s.ios.frameworks = 'Security'

Expand Down

0 comments on commit 0a105b7

Please sign in to comment.