Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Jan 29, 2013
1 parent faa48c6 commit 0db23a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFXAuthClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
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', :tag => '1.0'}
s.source = { :git => 'https://github.com/romaonthego/AFXAuthClient.git', :tag => '1.0'}
s.source_files = 'AFXAuthClient'
s.requires_arc = true

Expand Down

0 comments on commit 0db23a9

Please sign in to comment.