[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 1 / 9 / a / WLReqKit / 0.1.4 / WLReqKit.podspec.json
blob0579ac9cc3ad6abf0ade46008c599115163b543b
2   "name": "WLReqKit",
3   "version": "0.1.4",
4   "summary": "A Lib For req.",
5   "description": "面向协议的Alamofire、RxSwift封装",
6   "homepage": "https://github.com/StoneStoneStoneWang/WLReqKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "StoneStoneStoneWang": "yuanxingfu1314@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "swift_versions": "5.0",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "source": {
23     "git": "https://github.com/StoneStoneStoneWang/WLReqKit.git",
24     "tag": "0.1.4"
25   },
26   "source_files": "Code/**/*.{swift}",
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "static_framework": true,
31   "subspecs": [
32     {
33       "name": "RXReq",
34       "source_files": "Code/RXReq/*.{swift}",
35       "dependencies": {
36         "Alamofire": [
38         ]
39       }
40     },
41     {
42       "name": "Error",
43       "source_files": "Code/Error/*.{swift}",
44       "dependencies": {
45         "Alamofire": [
47         ],
48         "ObjectMapper": [
50         ]
51       }
52     },
53     {
54       "name": "Func",
55       "source_files": "Code/Func/*.{swift}",
56       "dependencies": {
57         "Alamofire": [
59         ],
60         "RxSwift": [
62         ],
63         "WLReqKit/RXReq": [
65         ],
66         "WLReqKit/Error": [
68         ],
69         "WLToolsKit/Image": [
71         ]
72       }
73     }
74   ]