blob: 1beb2dcdf4f804174467f86296ba0ddd2ffd1a5e [file] [log] [blame]
{
"name": "CPAPIService",
"version": "0.1.6",
"summary": "CPAPIService is a wrapper library helps us easily manage multiple services based on Alamofire",
"description": "CPAPIService is a wrapper library helps us easily manage multiple services based on Alamofire. It contains some base interfaces to handle API.",
"homepage": "https://github.com/althurzard/CPAPIService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"althurzard": "nguyen_quocvuong@hotmail.com"
},
"source": {
"git": "https://github.com/althurzard/CPAPIService.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CPAPIService/Classes/*.{h,m,swift}",
"swift_versions": "4.2",
"dependencies": {
"Alamofire": [
"= 5.0.0-rc.2"
],
"ObjectMapper": [
"~> 3.5.1"
],
"AlamofireObjectMapper": [
"= 6.2.0"
]
},
"swift_version": "4.2"
}