[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / 3 / 0 / LGAlertHUD / 1.1.4 / LGAlertHUD.podspec.json
blob448839e9d7644ddf937841ed6a0dce808b8d5561
2   "name": "LGAlertHUD",
3   "version": "1.1.4",
4   "summary": "提示框,进度条",
5   "homepage": "https://github.com/LYajun/LGAlertHUD",
6   "license": "MIT",
7   "authors": {
8     "刘亚军": "liuyajun1999@icloud.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/LYajun/LGAlertHUD.git",
15     "tag": "1.1.4"
16   },
17   "source_files": [
18     "LGAlertHUD/*.{h,m}",
19     "LGAlertHUD/Lancoo/*.{h,m}"
20   ],
21   "resources": "LGAlertHUD/LGAlertHUD.bundle",
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
26     ],
27     "YJExtensions": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "AlertView",
34       "source_files": "LGAlertHUD/AlertView/*.{h,m}"
35     },
36     {
37       "name": "AnswerAlertView",
38       "source_files": "LGAlertHUD/AnswerAlertView/**/*",
39       "dependencies": {
40         "YJExtensions": [
42         ],
43         "Masonry": [
45         ]
46       }
47     },
48     {
49       "name": "YJSheetView",
50       "source_files": "LGAlertHUD/YJSheetView/*.{h,m}",
51       "dependencies": {
52         "Masonry": [
54         ],
55         "YJExtensions": [
57         ]
58       }
59     }
60   ]