[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / c / f / KZQuesInterfaceLib / 1.0.1 / KZQuesInterfaceLib.podspec.json
blob9310f439063bfaacd3487948e2554a9bdd2063e5
2   "name": "KZQuesInterfaceLib",
3   "version": "1.0.1",
4   "summary": "AI考辅试题公共模块",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/lg_zhukai_developer/kzquesinterfacelib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "朱凯": "982942570@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/lg_zhukai_developer/kzquesinterfacelib.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resources": "KZQuesInterfaceLib/Assets/KZQuesInterfaceLib.bundle",
22   "source_files": "KZQuesInterfaceLib/Classes/*.h",
23   "dependencies": {
24     "Masonry": [
26     ],
27     "YYModel": [
29     ],
30     "TYAttributedLabel": [
32     ],
33     "SDWebImage": [
35     ],
36     "KZBasalLib": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "NotiNames",
43       "source_files": "KZQuesInterfaceLib/Classes/NotiNames/*"
44     },
45     {
46       "name": "Model",
47       "source_files": "KZQuesInterfaceLib/Classes/Model/*"
48     },
49     {
50       "name": "Ext",
51       "source_files": "KZQuesInterfaceLib/Classes/Ext/*"
52     },
53     {
54       "name": "ReuseViews",
55       "source_files": "KZQuesInterfaceLib/Classes/ReuseViews/*",
56       "dependencies": {
57         "KZQuesInterfaceLib/Ext": [
59         ],
60         "KZQuesInterfaceLib/Model": [
62         ],
63         "KZQuesInterfaceLib/NotiNames": [
65         ]
66       }
67     }
68   ]