blob: a19a7e2a3ed74c352f05b7c1449bc9829ad31072 [file] [log] [blame]
{
"name": "CPAPIService",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CPAPIService/Classes/*.{h,m,swift}",
"swift_versions": "4.2",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
]
},
"swift_version": "4.2"
}