blob: e336745960aabbf7fb0f6d8891f162ed278ddfcb [file] [log] [blame]
{
"name": "PromiseKit-AFNetworking",
"version": "1.0.0",
"summary": "PromiseKit extensions for AFNetworking",
"license": "MIT",
"homepage": "https://github.com/csotiriou/AFNetworking-PromiseKit/",
"source": {
"git": "https://github.com/csotiriou/AFNetworking-PromiseKit.git",
"tag": "1.0.0"
},
"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": "9.0",
"osx": "10.10"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"4.3",
"4.4",
"5.0",
"5.1",
"5.1",
"5.1"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"PromiseKit/CorePromise": [
"~> 6.5.2"
]
},
"swift_version": "5.1"
}