blob: a1059a3ea938cb9c0988fde59e7bab3ec364aa93 [file] [log] [blame]
{
"name": "AFXAuthClient",
"version": "1.0.4",
"summary": "AFNetworking Extension for XAuth Authentication.",
"homepage": "https://github.com/romaonthego/AFXAuthClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roman Efimov": "romefimov@gmail.com",
"Mattt Thompson": "m@mattt.me",
"Eric Johnson": "eric@semisecretsoftware.com"
},
"source": {
"git": "https://github.com/romaonthego/AFXAuthClient.git",
"tag": "1.0.4"
},
"source_files": "AFXAuthClient",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFNetworking": [
">= 0.9"
]
}
}