[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / 3 / 0 / LGAlertHUD / 1.1.5 / LGAlertHUD.podspec.json
blobf8b8fcba18d012b953706487597e4fad438988dd
2   "name": "LGAlertHUD",
3   "version": "1.1.5",
4   "summary": "弹窗组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/yjhome/lgalerthud",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lyj": "liuyajun1999@icloud.com"
13   },
14   "source": {
15     "git": "https://gitee.com/yjhome/lgalerthud.git",
16     "tag": "1.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LGAlertHUD/Classes/*.{h,m}",
22   "resources": "LGAlertHUD/Assets/LGAlertHUD.bundle",
23   "dependencies": {
24     "Masonry": [
26     ],
27     "YJExtensions": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Common",
34       "source_files": "LGAlertHUD/Classes/Common/*.{h,m}"
35     },
36     {
37       "name": "AlertManager",
38       "source_files": "LGAlertHUD/Classes/AlertManager/*.{h,m}",
39       "dependencies": {
40         "LGAlertHUD/Common": [
42         ]
43       }
44     },
45     {
46       "name": "Lancoo",
47       "source_files": "LGAlertHUD/Classes/Lancoo/*.{h,m}",
48       "dependencies": {
49         "LGAlertHUD/Common": [
51         ],
52         "Masonry": [
54         ],
55         "YJExtensions": [
57         ]
58       }
59     }
60   ]