blob: f2e434b495bc9efb2de1bf8bfa78e25b45d341c1 [file] [log] [blame]
{
"name": "MoyaPromise",
"version": "1.0.0",
"summary": "PromiseKit-oriented 'DataService' layer on top of Moya",
"description": "A 'DataService' layer implemented with PromiseKit on the top of Moya with extra functionalities using the power of PromiseKit, especially for JSON-oriented RestAPI calls. Includes several serialization, conditional re-try mechanism.",
"homepage": "https://github.com/Can-Sahin/MoyaPromise",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Can-Sahin": "cann2005@gmail.com"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Can-Sahin/MoyaPromise.git",
"tag": "1.0.0"
},
"source_files": "src/MoyaPromise/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.7.0"
],
"PromiseKit/Alamofire": [
"~> 6.0"
],
"PromiseKit": [
"~> 6.2.1"
],
"Moya": [
"~> 11.0.1"
]
}
}