blob: a39372358d1f9c49d6137db5389d34570040cc5e [file] [log] [blame]
{
"name": "RxMoyaCache",
"version": "0.1.0",
"summary": "A network cache library based on RxSwift/Moya/Cache.",
"homepage": "https://github.com/Pircate/RxMoyaCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pircate": "gao497868860@163.com"
},
"source": {
"git": "https://github.com/Pircate/RxMoyaCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "RxMoyaCache/Classes/**/*",
"dependencies": {
"Moya/RxSwift": [
],
"Cache": [
]
}
}