[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 2 / YHAlertSDK / 1.2.0 / YHAlertSDK.podspec.json
blobfa6f5a8c8b41e155dea0df511e99537139171834
2   "name": "YHAlertSDK",
3   "version": "1.2.0",
4   "summary": "YHAlertSDK is only a alert sdk",
5   "description": "YHNetSDK is only a base common alert sdk, incluse svp,label alert",
6   "homepage": "https://github.com/XmYlzYhkj/YHAlertSDK",
7   "license": "MIT",
8   "authors": {
9     "zhengxiaolang": "haifeng3099@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/XmYlzYhkj/YHAlertSDK.git",
16     "tag": "1.2.0"
17   },
18   "resources": "Resources/*.bundle",
19   "requires_arc": true,
20   "dependencies": {
21     "YHCategorySDK": [
23     ]
24   },
25   "default_subspecs": "Default",
26   "subspecs": [
27     {
28       "name": "Default",
29       "vendored_frameworks": [
30         "Frameworks/Default/*.framework"
31       ]
32     },
33     {
34       "name": "SVP",
35       "vendored_frameworks": [
36         "Frameworks/SVP/*.framework"
37       ],
38       "dependencies": {
39         "SVProgressHUD": [
40           "~> 2.1"
41         ]
42       }
43     }
44   ]