-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad21c5a
commit a494965
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.4' | ||
s.version = '1.0.5' | ||
s.summary = 'AFNetworking Extension for XAuth Authentication.' | ||
s.homepage = 'https://github.com/romaonthego/AFXAuthClient' | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.authors = { 'Roman Efimov' => '[email protected]', 'Mattt Thompson' => '[email protected]', 'Eric Johnson' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/romaonthego/AFXAuthClient.git', :tag => '1.0.4'} | ||
s.source = { :git => 'https://github.com/romaonthego/AFXAuthClient.git', :tag => '1.0.5'} | ||
s.source_files = 'AFXAuthClient' | ||
s.requires_arc = true | ||
|
||
|