Skip to content

Commit

Permalink
[Update] ADNLogin (2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
berg committed Jul 9, 2013
1 parent 00f3c27 commit f2bd51a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ADNLogin/2.1.0/ADNLogin.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "ADNLogin"
s.version = "2.1.0"
s.summary = "Easily add support for seamless App.net login via the Passport app."
s.description = <<-EOT
The ADNLogin SDK is the easiest and fastest way to add support for authentication
for the App.net API via the Passport app. This SDK allows you to detect the
presence of the Passport app on a user's device and request an access token
if it is installed.
EOT
s.homepage = "https://developers.app.net/"
s.license = 'MIT'
s.authors = { "Bryan Berg" => "bryan@app.net" }
s.source = { :git => "https://github.com/appdotnet/ADNLogin-SDK-iOS.git", :tag => "2.1.0" }
s.ios.deployment_target = '5.0'
s.source_files = 'SDK/*.{h,m}'
s.public_header_files = 'SDK/*.h'
s.frameworks = 'Foundation', 'Security', 'StoreKit'
s.requires_arc = true
end

0 comments on commit f2bd51a

Please sign in to comment.