blob: f1863de508f483f2337cafc8f58b52e0a1428a54 [file] [log] [blame]
{
"name": "PromiseKit-AFNetworking",
"version": "0.5.1",
"summary": "PromiseKit extensions for AFNetworking",
"license": "MIT",
"homepage": "https://github.com/csotiriou/AFNetworking-PromiseKit/",
"source": {
"git": "https://github.com/csotiriou/AFNetworking-PromiseKit.git",
"tag": "0.5.1"
},
"authors": {
"Christos Sotiriou": "csotiriou86@gmail.com"
},
"public_header_files": "PromiseKit+AFNetworking/AFNetworking+PromiseKit.h",
"source_files": "PromiseKit+AFNetworking/AFNetworking+PromiseKit.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"PromiseKit/Promise": [
"~> 2.0"
],
"PromiseKit/When": [
]
}
}