Skip to content

Commit

Permalink
[Update] AFXAuthClient (1.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Feb 10, 2013
1 parent f495f80 commit b2c1d4a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions AFXAuthClient/1.0.3/AFXAuthClient.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'AFXAuthClient'
s.version = '1.0.3'
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.3'}
s.source_files = 'AFXAuthClient'
s.requires_arc = true

s.ios.deployment_target = '5.0'
s.ios.frameworks = 'Security'

s.osx.deployment_target = '10.7'

s.dependency 'AFNetworking', '>= 0.9'
end

0 comments on commit b2c1d4a

Please sign in to comment.