[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / a / Network.swift / 0.2.5 / Network.swift.podspec.json
blob8f376c8b5b683ddffce0ec86ac14122b48bf68d7
2   "name": "Network.swift",
3   "version": "0.2.5",
4   "summary": "Moya+RxSwift封装",
5   "description": "Moya网路请求封装, 可选缓存,RxSwift支持",
6   "homepage": "https://github.com/495929699/Network",
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/Network.git",
16     "tag": "0.2.5"
17   },
18   "module_name": "Network",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_version": "5.0",
23   "cocoapods_version": ">=1.6.0",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "5.0"
26   },
27   "source_files": "Network/Classes/**/*.swift",
28   "dependencies": {
29     "Moya": [
30       "~>13.0"
31     ],
32     "RxSwift": [
33       "~>5.0"
34     ],
35     "Cache.swift": [
36       "~>0.1"
37     ]
38   }