[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 3 / d / e / WLThirdUtil / 0.1.3 / WLThirdUtil.podspec.json
blob310d68d108b78a5bd292f813d62a43ed51c6798f
2   "name": "WLThirdUtil",
3   "version": "0.1.3",
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.3"
32   },
33   "subspecs": [
34     {
35       "name": "JPush",
36       "source_files": "Code/JPush/*.{h,m}",
37       "dependencies": {
38         "JPush": [
40         ]
41       }
42     },
43     {
44       "name": "UM",
45       "subspecs": [
46         {
47           "name": "Base",
48           "source_files": "Code/UM/Base/*.{h,m}",
49           "dependencies": {
50             "UMCAnalytics": [
52             ],
53             "UMCCommon": [
55             ],
56             "UMCSecurityPlugins": [
58             ]
59           }
60         },
61         {
62           "name": "Statistics",
63           "source_files": "Code/UM/Statistics/*.{h,m}",
64           "dependencies": {
65             "WLThirdUtil/UM/Base": [
67             ],
68             "UMCCommon": [
70             ],
71             "UMCSecurityPlugins": [
73             ]
74           }
75         },
76         {
77           "name": "Share",
78           "source_files": "Code/UM/Share/*.{h,m}",
79           "dependencies": {
80             "WLThirdUtil/UM/Base": [
82             ],
83             "UMCShare/Social/WeChat": [
85             ],
86             "UMCShare/Social/QQ": [
88             ],
89             "UMCShare/UI": [
91             ]
92           }
93         },
94         {
95           "name": "Login",
96           "source_files": "Code/UM/Login/*.{h,m}",
97           "dependencies": {
98             "WLThirdUtil/UM/Base": [
100             ],
101             "UMCShare/Social/WeChat": [
103             ],
104             "UMCShare/Social/QQ": [
106             ],
107             "UMCShare/UI": [
109             ]
110           }
111         },
112         {
113           "name": "Push",
114           "source_files": "Code/UM/Push/*.{h,m}",
115           "dependencies": {
116             "WLThirdUtil/UM/Base": [
118             ],
119             "UMCPush": [
121             ]
122           }
123         }
124       ]
125     },
126     {
127       "name": "Hud",
128       "source_files": "Code/Hud/*.{h,m}",
129       "dependencies": {
130         "SVProgressHUD": [
132         ]
133       }
134     },
135     {
136       "name": "Cache",
137       "source_files": "Code/Cahce/*.{h,m}",
138       "dependencies": {
139         "YYCache": [
141         ]
142       }
143     },
144     {
145       "name": "Ali",
146       "subspecs": [
147         {
148           "name": "ObjCache",
149           "source_files": "Code/Ali/ObjCache/*.{h,m}",
150           "dependencies": {
151             "AliyunOSSiOS": [
153             ]
154           }
155         },
156         {
157           "name": "AMap",
158           "source_files": "Code/Ali/AMap/*.{h,m}",
159           "dependencies": {
160             "AMap2DMap-NO-IDFA": [
162             ]
163           }
164         },
165         {
166           "name": "Location",
167           "source_files": "Code/Ali/Location/*.{h,m}",
168           "dependencies": {
169             "AMapLocation-NO-IDFA": [
171             ],
172             "WLToolsKit/OpenUrl": [
174             ]
175           },
176           "frameworks": "CoreLocation"
177         },
178         {
179           "name": "Search",
180           "source_files": "Code/Ali/Search/*.{h,m}",
181           "dependencies": {
182             "AMapSearch-NO-IDFA": [
184             ]
185           }
186         }
187       ]
188     }
189   ],
190   "swift_version": "5.0"