blob: 356f3614044a4482687c8ce16e7599ff3b5e7993 [file] [log] [blame]
{
"name": "AFOAuth2Manager",
"version": "2.1.0",
"license": "MIT",
"summary": "AFNetworking Extension for OAuth 2 Authentication.",
"homepage": "https://github.com/AFNetworking/AFOAuth2Manager",
"social_media_url": "https://twitter.com/AFNetworking",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/AFNetworking/AFOAuth2Manager.git",
"tag": "2.1.0"
},
"source_files": "AFOAuth2Manager",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking/NSURLConnection": [
"~>2.2"
]
},
"ios": {
"frameworks": "Security"
}
}