blob: 8d2c252bfb8e562cd1bf8e7eafae28e849cde533 [file] [log] [blame]
{
"name": "SimpleApiClient",
"version": "0.1.0",
"summary": "A configurable api client based on Alamofire4 and RxSwift4 for iOS",
"homepage": "https://github.com/jaychang0917/SimpleApiClient-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jay Chang": "jaychang0917@gmail.com"
},
"source": {
"git": "https://github.com/jaychang0917/SimpleApiClient-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleApiClient/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"RxSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}