[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / 0 / MLMNetWork / 0.2.0 / MLMNetWork.podspec.json
blob35c6d4c4588b68fa26d2dfecaa8b6184ff0aa804
2   "name": "MLMNetWork",
3   "version": "0.2.0",
4   "summary": "Swift网络请求",
5   "description": "MVVM响应式网络请求 - RxSwift、HandyJson、Alamofire",
6   "homepage": "https://github.com/MengLiMing/MLMNetWork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MengLiMing": "920459250@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/MengLiMing/MLMNetWork.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Protocol",
25       "dependencies": {
26         "RxSwift": [
27           "~> 5"
28         ],
29         "RxCocoa": [
30           "~> 5"
31         ],
32         "HandyJSON": [
33           "~> 5.0.1"
34         ]
35       },
36       "source_files": "MLMNetWork/Protocol/*.swift"
37     },
38     {
39       "name": "AlamofireClient",
40       "dependencies": {
41         "MLMNetWork/Protocol": [
43         ],
44         "Alamofire": [
45           "~> 5.2"
46         ]
47       },
48       "source_files": "MLMNetWork/AlamofireClient/*.swift"
49     }
50   ],
51   "swift_version": "5.0"