[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 5 / e / DCCJAlertLoadingLib / 0.2.0 / DCCJAlertLoadingLib.podspec.json
blobf20a1ab1ba44db1ee0427e1ecbfc7075f7e062d1
2   "name": "DCCJAlertLoadingLib",
3   "version": "0.2.0",
4   "summary": "dccj custome libs",
5   "description": "DCCJAlert DCCJLoading Libs",
6   "homepage": "https://gitee.com/TangyuanLiu/DCCJAlertLoading",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "刘汤圆": "review617@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/TangyuanLiu/DCCJAlertLoading.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DCCJAlertLoadingLib/Classes/**/*",
22   "resource_bundles": {
23     "DCCJAlertLoadingLib": [
24       "DCCJAlertLoadingLib/Assets/*.png"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "SnapKit": [
30       "~> 4.0.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "DCCJAlert",
36       "source_files": "DCCJAlertLoadingLib/Classes/DCCJAlert/**/*"
37     },
38     {
39       "name": "DCCJLoading",
40       "source_files": "DCCJAlertLoadingLib/Classes/DCCJLoading/**/*"
41     }
42   ]