[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 3 / d / e / WLThirdUtil / 0.0.5 / WLThirdUtil.podspec.json
blob271a31d009547fd116cb7522d1831d5efffe6042
2   "name": "WLThirdUtil",
3   "version": "0.0.5",
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   "static_framework": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "source": {
27     "git": "https://github.com/StoneStoneStoneWang/WLThirdUtil.git",
28     "tag": "0.0.5"
29   },
30   "subspecs": [
31     {
32       "name": "JPush",
33       "source_files": "Code/JPush/*.{h,m}",
34       "dependencies": {
35         "JPush": [
37         ]
38       }
39     },
40     {
41       "name": "UM",
42       "subspecs": [
43         {
44           "name": "Base",
45           "source_files": "Code/UM/Base/*.{h,m}",
46           "dependencies": {
47             "UMCAnalytics": [
49             ],
50             "UMCCommon": [
52             ],
53             "UMCSecurityPlugins": [
55             ]
56           }
57         },
58         {
59           "name": "Statistics",
60           "source_files": "Code/UM/Statistics/*.{h,m}",
61           "dependencies": {
62             "WLThirdUtil/UM/Base": [
64             ],
65             "UMCCommon": [
67             ],
68             "UMCSecurityPlugins": [
70             ]
71           }
72         },
73         {
74           "name": "Share",
75           "source_files": "Code/UM/Share/*.{h,m}",
76           "dependencies": {
77             "WLThirdUtil/UM/Base": [
79             ],
80             "UMCShare/Social/WeChat": [
82             ],
83             "UMCShare/Social/QQ": [
85             ]
86           }
87         },
88         {
89           "name": "Push",
90           "source_files": "Code/UM/Push/*.{h,m}",
91           "dependencies": {
92             "WLThirdUtil/UM/Base": [
94             ],
95             "UMCPush": [
97             ]
98           }
99         }
100       ]
101     },
102     {
103       "name": "Hud",
104       "source_files": "Code/Hud/*.{h,m}",
105       "dependencies": {
106         "SVProgressHUD": [
108         ]
109       }
110     },
111     {
112       "name": "Cache",
113       "source_files": "Code/Cahce/*.{h,m}",
114       "dependencies": {
115         "YYCache": [
117         ]
118       }
119     },
120     {
121       "name": "Ali",
122       "subspecs": [
123         {
124           "name": "ObjCache",
125           "source_files": "Code/Ali/ObjCache/*.{h,m}",
126           "dependencies": {
127             "AliyunOSSiOS": [
129             ]
130           }
131         }
132       ]
133     }
134   ]