[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 0 / 7 / a / KZCognitionLib / 1.2.1 / KZCognitionLib.podspec.json
blob343bfa2e9ed81abff1a779699923f4cfb9a191ad
2   "name": "KZCognitionLib",
3   "version": "1.2.1",
4   "summary": "蓝鸽考辅认知诊断控件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/lg_zhukai_developer/kzcognitionlib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snow982942570": "982942570@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/lg_zhukai_developer/kzcognitionlib.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resources": "KZCognitionLib/Assets/KZCognitionLib.bundle",
22   "source_files": "KZCognitionLib/Classes/KZCognitionLib.h",
23   "dependencies": {
24     "KZBasalLib": [
26     ],
27     "Masonry": [
29     ],
30     "YYModel": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Ext",
37       "source_files": "KZCognitionLib/Classes/Ext/*"
38     },
39     {
40       "name": "ReuseViews",
41       "source_files": "KZCognitionLib/Classes/ReuseViews/*"
42     },
43     {
44       "name": "BaseDetailVC",
45       "source_files": "KZCognitionLib/Classes/BaseDetailVC/*",
46       "dependencies": {
47         "KZCognitionLib/Ext": [
49         ]
50       }
51     },
52     {
53       "name": "VocabularyCognition",
54       "source_files": "KZCognitionLib/Classes/VocabularyCognition/**/*",
55       "dependencies": {
56         "KZCognitionLib/ReuseViews": [
58         ],
59         "KZCognitionLib/BaseDetailVC": [
61         ]
62       }
63     },
64     {
65       "name": "GrammarCognition",
66       "source_files": "KZCognitionLib/Classes/GrammarCognition/**/*",
67       "dependencies": {
68         "KZCognitionLib/ReuseViews": [
70         ],
71         "KZCognitionLib/BaseDetailVC": [
73         ]
74       }
75     },
76     {
77       "name": "LanguageAbility",
78       "source_files": "KZCognitionLib/Classes/LanguageAbility/**/*",
79       "dependencies": {
80         "KZCognitionLib/ReuseViews": [
82         ],
83         "KZCognitionLib/BaseDetailVC": [
85         ]
86       }
87     },
88     {
89       "name": "HomePage",
90       "source_files": "KZCognitionLib/Classes/HomePage/*",
91       "dependencies": {
92         "KZCognitionLib/VocabularyCognition": [
94         ],
95         "KZCognitionLib/GrammarCognition": [
97         ],
98         "KZCognitionLib/LanguageAbility": [
100         ]
101       }
102     }
103   ]