[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / d / e / WLThirdUtil / 0.1.7 / WLThirdUtil.podspec.json
blob1ea72972bfa2994c8f4ece0932508f7bb45f5e5f
2   "name": "WLThirdUtil",
3   "version": "0.1.7",
4   "summary": "A Lib For 三方的封装.",
5   "description": "WLThirdUtil一个对三方的封装的封装",
6   "homepage": "https://github.com/StoneStoneStoneWang/WLThirdUtil",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "StoneStoneStoneWang": "yuanxingfu1314@163.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "pod_target_xcconfig": {
19     "DEFINES_MODULE": "YES"
20   },
21   "user_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "static_framework": true,
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "source": {
30     "git": "https://github.com/StoneStoneStoneWang/WLThirdUtil.git",
31     "tag": "0.1.7"
32   },
33   "subspecs": [
34     {
35       "name": "JPush",
36       "source_files": "Code/JPush/*.{h,m}",
37       "dependencies": {
38         "JPush": [
40         ]
41       }
42     },
43     {
44       "name": "JShare",
45       "source_files": "Code/JShare/*.{h,m}",
46       "dependencies": {
47         "JShare": [
49         ]
50       },
51       "frameworks": [
52         "UIKit",
53         "Foundation",
54         "CoreGraphics",
55         "Security",
56         "CoreLocation",
57         "CoreFoundation"
58       ]
59     },
60     {
61       "name": "UM",
62       "subspecs": [
63         {
64           "name": "Base",
65           "source_files": "Code/UM/Base/*.{h,m}",
66           "dependencies": {
67             "UMCAnalytics": [
69             ],
70             "UMCCommon": [
72             ],
73             "UMCSecurityPlugins": [
75             ]
76           }
77         },
78         {
79           "name": "Statistics",
80           "source_files": "Code/UM/Statistics/*.{h,m}",
81           "dependencies": {
82             "WLThirdUtil/UM/Base": [
84             ],
85             "UMCCommon": [
87             ],
88             "UMCSecurityPlugins": [
90             ]
91           }
92         },
93         {
94           "name": "Share",
95           "source_files": "Code/UM/Share/*.{h,m}",
96           "dependencies": {
97             "WLThirdUtil/UM/Base": [
99             ],
100             "UMCShare/Social/WeChat": [
102             ],
103             "UMCShare/Social/QQ": [
105             ],
106             "UMCShare/UI": [
108             ]
109           }
110         },
111         {
112           "name": "Login",
113           "source_files": "Code/UM/Login/*.{h,m}",
114           "dependencies": {
115             "WLThirdUtil/UM/Base": [
117             ],
118             "UMCShare/Social/WeChat": [
120             ],
121             "UMCShare/Social/QQ": [
123             ],
124             "UMCShare/UI": [
126             ]
127           }
128         },
129         {
130           "name": "Push",
131           "source_files": "Code/UM/Push/*.{h,m}",
132           "dependencies": {
133             "WLThirdUtil/UM/Base": [
135             ],
136             "UMCPush": [
138             ]
139           }
140         }
141       ]
142     },
143     {
144       "name": "Hud",
145       "source_files": "Code/Hud/*.{h,m}",
146       "dependencies": {
147         "SVProgressHUD": [
149         ]
150       }
151     },
152     {
153       "name": "Cache",
154       "source_files": "Code/Cahce/*.{h,m}",
155       "dependencies": {
156         "YYCache": [
158         ]
159       }
160     },
161     {
162       "name": "Ali",
163       "subspecs": [
164         {
165           "name": "ObjCache",
166           "source_files": "Code/Ali/ObjCache/*.{h,m}",
167           "dependencies": {
168             "AliyunOSSiOS": [
170             ]
171           }
172         },
173         {
174           "name": "AMap",
175           "source_files": "Code/Ali/AMap/*.{h,m}",
176           "dependencies": {
177             "AMap2DMap-NO-IDFA": [
179             ]
180           }
181         },
182         {
183           "name": "Location",
184           "source_files": "Code/Ali/Location/*.{h,m}",
185           "dependencies": {
186             "AMapLocation-NO-IDFA": [
188             ],
189             "WLToolsKit/OpenUrl": [
191             ]
192           },
193           "frameworks": "CoreLocation"
194         },
195         {
196           "name": "Search",
197           "source_files": "Code/Ali/Search/*.{h,m}",
198           "dependencies": {
199             "AMapSearch-NO-IDFA": [
201             ]
202           }
203         },
204         {
205           "name": "RoutePlan",
206           "source_files": "Code/Ali/RoutePlan/*.{h,m}",
207           "dependencies": {
208             "AMapSearch-NO-IDFA": [
210             ]
211           }
212         }
213       ]
214     }
215   ],
216   "swift_version": "5.0"