[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 1 / a / Network.swift / 0.6.6 / Network.swift.podspec.json
blob4f7769be9ed6976af35f17e8d234c4ec25cde52e
2   "name": "Network.swift",
3   "version": "0.6.6",
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.6.6"
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   }