blob: 2f5a9a3944e24ebc1374952fa2531f28524346a7 [file] [log] [blame]
{
"name": "PromiseKit-AFNetworking",
"version": "0.1.1",
"summary": "PromiseKit extensions for AFNetworking",
"license": "MIT",
"homepage": "http://oramind.com/",
"source": {
"git": "https://github.com/csotiriou/AFNetworking-PromiseKit.git",
"tag": "0.1.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": "7.0",
"osx": "10.8"
},
"dependencies": {
"AFNetworking": [
"~>2.0.0"
],
"PromiseKit": [
"~> 0.9.13"
]
}
}