Skip to content

Commit

Permalink
[Update] AFXAuthClient (1.0.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Jun 14, 2013
1 parent 0c38960 commit 21095bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions AFXAuthClient/1.0.6/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.6'
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.6'}
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 21095bc

Please sign in to comment.