[Delete] FaceSDKNightly 6.4.2156
[CocoaPods.git] / Specs / 9 / 1 / 0 / MLMNetWork / 0.1.3 / MLMNetWork.podspec.json
blob0b4cb7126fedce7dd8d7b842c38db00fead06d36
2   "name": "MLMNetWork",
3   "version": "0.1.3",
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.1.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "Protocol",
24       "dependencies": {
25         "RxSwift": [
26           "~> 5"
27         ],
28         "RxCocoa": [
29           "~> 5"
30         ],
31         "HandyJSON": [
32           "~> 5.0.1"
33         ]
34       },
35       "source_files": "MLMNetWork/Protocol/*.swift"
36     },
37     {
38       "name": "AlamofireClient",
39       "dependencies": {
40         "MLMNetWork/Protocol": [
42         ],
43         "Alamofire": [
44           "~> 5.2"
45         ]
46       },
47       "source_files": "MLMNetWork/AlamofireClient/*.swift"
48     }
49   ]