blob: 70898dbfdb4de5a8199cbffee86f1380a1be8f24 [file] [log] [blame]
{
"name": "Network.swift",
"version": "0.5.1",
"summary": "Moya+RxSwift 扩展",
"description": "对Moya扩展, 可选缓存,RxSwift支持",
"homepage": "https://github.com/495929699/Network",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rongheng": "495929699g@gmail.com"
},
"source": {
"git": "https://github.com/495929699/Network.git",
"tag": "0.5.1"
},
"module_name": "Network",
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"cocoapods_version": ">=1.6.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": "Network/Classes/**/*.swift",
"dependencies": {
"Moya": [
"~>13.0"
],
"RxSwift": [
"~>5.0"
]
}
}