Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Jan 30, 2013
1 parent 3a02ba0 commit c637840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFXAuthClient.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'AFXAuthClient'
s.version = '1.0'
s.version = '1.0.1'
s.summary = 'AFNetworking Extension for XAuth Authentication.'
s.homepage = 'https://github.com/romaonthego/AFXAuthClient'
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { 'Roman Efimov' => 'romefimov@gmail.com', 'Mattt Thompson' => 'm@mattt.me', 'Eric Johnson' => 'eric@semisecretsoftware.com' }
s.source = { :git => 'https://github.com/romaonthego/AFXAuthClient.git', :tag => '1.0'}
s.source = { :git => 'https://github.com/romaonthego/AFXAuthClient.git', :tag => '1.0.1'}
s.source_files = 'AFXAuthClient'
s.requires_arc = true

Expand Down

0 comments on commit c637840

Please sign in to comment.