Skip to content

Commit

Permalink
Update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Feb 18, 2013
1 parent 9169f8c commit 6787ce3
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.3'
s.version = '1.0.4'
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.3'}
s.source = { :git => 'https://github.com/romaonthego/AFXAuthClient.git', :tag => '1.0.4'}
s.source_files = 'AFXAuthClient'
s.requires_arc = true

Expand Down

0 comments on commit 6787ce3

Please sign in to comment.