[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / d / e / WLThirdUtil / 0.0.1 / WLThirdUtil.podspec.json
blob417bca990a3773b8470054420df21ba94270fbb3
2   "name": "WLThirdUtil",
3   "version": "0.0.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   "static_framework": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "source": {
27     "git": "https://github.com/StoneStoneStoneWang/WLThirdUtil.git",
28     "tag": "0.0.1"
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       "source_files": "Code/UM/**/*.{h,m}",
43       "dependencies": {
44         "UMCPush": [
46         ],
47         "UMCAnalytics": [
49         ],
50         "UMCSecurityPlugins": [
52         ],
53         "UMCShare/Social/WeChat": [
55         ],
56         "UMCShare/Social/QQ": [
58         ]
59       }
60     },
61     {
62       "name": "Hud",
63       "source_files": "Code/Hud/*.{h,m}",
64       "dependencies": {
65         "SVProgressHUD": [
67         ]
68       }
69     }
70   ]