blob: 33411448ea8e5154999fa50758a0a6a62acf12b1 [file] [log] [blame]
{
"name": "AFPromise",
"version": "0.1.1",
"summary": "AFPromise aka AFNetworking + PromiseKit",
"homepage": "https://github.com/wleii/AFPromise",
"license": "MIT",
"authors": {
"Lei Wang": "r4ynum1@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wleii/AFPromise.git",
"tag": "0.1.1"
},
"source_files": [
"AFPromise",
"AFPromise/Source/**/*.{h,m}"
],
"public_header_files": "AFPromise/**/*.h",
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"PromiseKit/CorePromise": [
"~> 6.8"
]
},
"swift_version": "5.1"
}