blob: bc33f40fc1dc504906cb84ed55c3333155d6391a [file] [log] [blame]
{
"name": "AFOAuth2Manager",
"version": "2.0.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.0.0"
},
"source_files": "AFOAuth2Manager",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking": [
"~>2.2"
]
},
"ios": {
"frameworks": "Security"
}
}