blob: 4674524d19185ce95c416194c63457ca5d6578ab [file] [log] [blame]
{
"name": "RHNetwork",
"version": "0.1.9",
"summary": "Moya封装",
"description": "Moya网路请求封装, 可选缓存,RxSwift支持",
"homepage": "https://github.com/495929699/RHNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rongheng": "495929699g@gmail.com"
},
"source": {
"git": "https://github.com/495929699/RHNetwork.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"cocoapods_version": ">=1.6.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": "RHNetwork/Classes/**/*.swift",
"dependencies": {
"Alamofire": [
"~>4.8.2"
],
"Moya": [
"~>13.0"
],
"RxSwift": [
"~>4.5"
],
"RHCache": [
"~>0.1"
]
},
"deprecated": true
}