[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 7 / a / KZCognitionLib / 1.5.0 / KZCognitionLib.podspec.json
blob94ec414538277e3cf30e4b404551feb7ad556397
2   "name": "KZCognitionLib",
3   "version": "1.5.0",
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.5.0"
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": "Parameter",
37       "source_files": "KZCognitionLib/Classes/Parameter/*"
38     },
39     {
40       "name": "Ext",
41       "source_files": "KZCognitionLib/Classes/Ext/*"
42     },
43     {
44       "name": "ReuseViews",
45       "source_files": "KZCognitionLib/Classes/ReuseViews/*"
46     },
47     {
48       "name": "BaseDetailVC",
49       "source_files": "KZCognitionLib/Classes/BaseDetailVC/*",
50       "dependencies": {
51         "KZCognitionLib/Ext": [
53         ],
54         "KZCognitionLib/Parameter": [
56         ]
57       }
58     },
59     {
60       "name": "WeakStudyPlan",
61       "source_files": "KZCognitionLib/Classes/WeakStudyPlan/**/*",
62       "dependencies": {
63         "KZCognitionLib/ReuseViews": [
65         ],
66         "KZCognitionLib/BaseDetailVC": [
68         ]
69       }
70     },
71     {
72       "name": "VocabularyCognition",
73       "source_files": "KZCognitionLib/Classes/VocabularyCognition/**/*",
74       "dependencies": {
75         "KZCognitionLib/ReuseViews": [
77         ],
78         "KZCognitionLib/BaseDetailVC": [
80         ],
81         "KZCognitionLib/WeakStudyPlan": [
83         ]
84       }
85     },
86     {
87       "name": "GrammarCognition",
88       "source_files": "KZCognitionLib/Classes/GrammarCognition/**/*",
89       "dependencies": {
90         "KZCognitionLib/ReuseViews": [
92         ],
93         "KZCognitionLib/BaseDetailVC": [
95         ],
96         "KZCognitionLib/WeakStudyPlan": [
98         ]
99       }
100     },
101     {
102       "name": "LanguageAbility",
103       "source_files": "KZCognitionLib/Classes/LanguageAbility/**/*",
104       "dependencies": {
105         "KZCognitionLib/ReuseViews": [
107         ],
108         "KZCognitionLib/BaseDetailVC": [
110         ]
111       }
112     },
113     {
114       "name": "ExerciseFeature",
115       "source_files": "KZCognitionLib/Classes/ExerciseFeature/**/*",
116       "dependencies": {
117         "KZCognitionLib/ReuseViews": [
119         ],
120         "KZCognitionLib/BaseDetailVC": [
122         ]
123       }
124     },
125     {
126       "name": "StudyTimeAndSpeed",
127       "source_files": "KZCognitionLib/Classes/StudyTimeAndSpeed/**/*",
128       "dependencies": {
129         "KZCognitionLib/ReuseViews": [
131         ],
132         "KZCognitionLib/BaseDetailVC": [
134         ]
135       }
136     },
137     {
138       "name": "HomePage",
139       "source_files": "KZCognitionLib/Classes/HomePage/*",
140       "dependencies": {
141         "KZCognitionLib/VocabularyCognition": [
143         ],
144         "KZCognitionLib/GrammarCognition": [
146         ],
147         "KZCognitionLib/LanguageAbility": [
149         ],
150         "KZCognitionLib/ExerciseFeature": [
152         ],
153         "KZCognitionLib/StudyTimeAndSpeed": [
155         ]
156       }
157     }
158   ]