32 lines
708 B
JSON
32 lines
708 B
JSON
{
|
|
"name": "AFOAuth2Manager",
|
|
"version": "3.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": "3.0.0"
|
|
},
|
|
"source_files": "AFOAuth2Manager",
|
|
"requires_arc": true,
|
|
"platforms": {
|
|
"ios": "7.0",
|
|
"osx": "10.9",
|
|
"tvos": "9.0",
|
|
"watchos": "2.0"
|
|
},
|
|
"dependencies": {
|
|
"AFNetworking/NSURLSession": [
|
|
"~>3.0"
|
|
]
|
|
},
|
|
"ios": {
|
|
"frameworks": "Security"
|
|
}
|
|
}
|