blob: 46efe02f49caeac77d41fb34b7299fd6f27360b3 [file] [log] [blame]
{
"name": "AFXAuthClient",
"version": "1.0.2",
"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.2"
},
"source_files": "AFXAuthClient",
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "Security"
},
"dependencies": {
"AFNetworking": [
">= 0.9"
]
}
}