blob: ef3ff2bb9fdab39db35193b880c24baf9f5a6caa [file] [log] [blame]
{
"name": "CPAPIService",
"version": "0.1.9",
"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.9"
},
"platforms": {
"ios": "12.0"
},
"source_files": "CPAPIService/Classes/*.{h,m,swift}",
"swift_versions": "5",
"dependencies": {
"Alamofire": [
"~> 5.2.1"
]
},
"swift_version": "5"
}