[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 3 / d / e / WLThirdUtil / 0.1.1 / WLThirdUtil.podspec.json
blobc26e0a00f86ca0f3b52250c349420734fffe79b6
2   "name": "WLThirdUtil",
3   "version": "0.1.1",
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.1"
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           }
90         },
91         {
92           "name": "Push",
93           "source_files": "Code/UM/Push/*.{h,m}",
94           "dependencies": {
95             "WLThirdUtil/UM/Base": [
97             ],
98             "UMCPush": [
100             ]
101           }
102         }
103       ]
104     },
105     {
106       "name": "Hud",
107       "source_files": "Code/Hud/*.{h,m}",
108       "dependencies": {
109         "SVProgressHUD": [
111         ]
112       }
113     },
114     {
115       "name": "Cache",
116       "source_files": "Code/Cahce/*.{h,m}",
117       "dependencies": {
118         "YYCache": [
120         ]
121       }
122     },
123     {
124       "name": "Ali",
125       "subspecs": [
126         {
127           "name": "ObjCache",
128           "source_files": "Code/Ali/ObjCache/*.{h,m}",
129           "dependencies": {
130             "AliyunOSSiOS": [
132             ]
133           }
134         },
135         {
136           "name": "AMap",
137           "source_files": "Code/Ali/AMap/*.{h,m}",
138           "dependencies": {
139             "AMap2DMap-NO-IDFA": [
141             ]
142           }
143         },
144         {
145           "name": "Location",
146           "source_files": "Code/Ali/Location/*.{h,m}",
147           "dependencies": {
148             "AMapLocation-NO-IDFA": [
150             ],
151             "WLToolsKit/OpenUrl": [
153             ]
154           },
155           "frameworks": "CoreLocation"
156         },
157         {
158           "name": "Search",
159           "source_files": "Code/Ali/Search/*.{h,m}",
160           "dependencies": {
161             "AMapSearch-NO-IDFA": [
163             ]
164           }
165         }
166       ]
167     }
168   ],
169   "swift_version": "5.0"