[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 3 / RHNetwork / 0.1.9 / RHNetwork.podspec.json
blob4674524d19185ce95c416194c63457ca5d6578ab
2   "name": "RHNetwork",
3   "version": "0.1.9",
4   "summary": "Moya封装",
5   "description": "Moya网路请求封装, 可选缓存,RxSwift支持",
6   "homepage": "https://github.com/495929699/RHNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rongheng": "495929699g@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/495929699/RHNetwork.git",
16     "tag": "0.1.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "5.0",
22   "cocoapods_version": ">=1.6.0",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0"
25   },
26   "source_files": "RHNetwork/Classes/**/*.swift",
27   "dependencies": {
28     "Alamofire": [
29       "~>4.8.2"
30     ],
31     "Moya": [
32       "~>13.0"
33     ],
34     "RxSwift": [
35       "~>4.5"
36     ],
37     "RHCache": [
38       "~>0.1"
39     ]
40   },
41   "deprecated": true