[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 7 / a / KZCognitionLib / 1.5.9 / KZCognitionLib.podspec.json
blobbe03535ae24f55c87fa266bd2d6664131407b520
2   "name": "KZCognitionLib",
3   "version": "1.5.9",
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.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resources": "KZCognitionLib/Assets/KZCognitionLib.bundle",
22   "source_files": "KZCognitionLib/Classes/*.h",
23   "static_framework": true,
24   "dependencies": {
25     "KZBasalLib": [
27     ],
28     "Masonry": [
30     ],
31     "YYModel": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Parameter",
38       "source_files": "KZCognitionLib/Classes/Parameter/*"
39     },
40     {
41       "name": "Macro",
42       "source_files": "KZCognitionLib/Classes/Macro/*"
43     },
44     {
45       "name": "Ext",
46       "source_files": "KZCognitionLib/Classes/Ext/*"
47     },
48     {
49       "name": "ReuseViews",
50       "source_files": "KZCognitionLib/Classes/ReuseViews/*"
51     },
52     {
53       "name": "BaseDetailVC",
54       "source_files": "KZCognitionLib/Classes/BaseDetailVC/*",
55       "dependencies": {
56         "KZCognitionLib/Ext": [
58         ],
59         "KZCognitionLib/Parameter": [
61         ]
62       }
63     },
64     {
65       "name": "HistoryTrack",
66       "source_files": "KZCognitionLib/Classes/HistoryTrack/**/*",
67       "dependencies": {
68         "KZCognitionLib/ReuseViews": [
70         ],
71         "KZCognitionLib/BaseDetailVC": [
73         ]
74       }
75     },
76     {
77       "name": "WeakStudyPlan",
78       "source_files": "KZCognitionLib/Classes/WeakStudyPlan/**/*",
79       "dependencies": {
80         "KZCognitionLib/ReuseViews": [
82         ],
83         "KZCognitionLib/BaseDetailVC": [
85         ]
86       }
87     },
88     {
89       "name": "VocabularyCognition",
90       "source_files": "KZCognitionLib/Classes/VocabularyCognition/**/*",
91       "dependencies": {
92         "KZCognitionLib/ReuseViews": [
94         ],
95         "KZCognitionLib/BaseDetailVC": [
97         ],
98         "KZCognitionLib/WeakStudyPlan": [
100         ]
101       }
102     },
103     {
104       "name": "GrammarCognition",
105       "source_files": "KZCognitionLib/Classes/GrammarCognition/**/*",
106       "dependencies": {
107         "KZCognitionLib/ReuseViews": [
109         ],
110         "KZCognitionLib/BaseDetailVC": [
112         ],
113         "KZCognitionLib/WeakStudyPlan": [
115         ]
116       }
117     },
118     {
119       "name": "LanguageAbility",
120       "source_files": "KZCognitionLib/Classes/LanguageAbility/**/*",
121       "dependencies": {
122         "KZCognitionLib/ReuseViews": [
124         ],
125         "KZCognitionLib/BaseDetailVC": [
127         ]
128       }
129     },
130     {
131       "name": "ExerciseFeature",
132       "source_files": "KZCognitionLib/Classes/ExerciseFeature/**/*",
133       "dependencies": {
134         "KZCognitionLib/ReuseViews": [
136         ],
137         "KZCognitionLib/BaseDetailVC": [
139         ]
140       }
141     },
142     {
143       "name": "StudyTimeAndSpeed",
144       "source_files": "KZCognitionLib/Classes/StudyTimeAndSpeed/**/*",
145       "dependencies": {
146         "KZCognitionLib/ReuseViews": [
148         ],
149         "KZCognitionLib/BaseDetailVC": [
151         ]
152       }
153     },
154     {
155       "name": "HomePage",
156       "source_files": "KZCognitionLib/Classes/HomePage/**/*",
157       "dependencies": {
158         "KZCognitionLib/Macro": [
160         ],
161         "KZCognitionLib/HistoryTrack": [
163         ],
164         "KZCognitionLib/VocabularyCognition": [
166         ],
167         "KZCognitionLib/GrammarCognition": [
169         ],
170         "KZCognitionLib/LanguageAbility": [
172         ],
173         "KZCognitionLib/ExerciseFeature": [
175         ],
176         "KZCognitionLib/StudyTimeAndSpeed": [
178         ]
179       }
180     }
181   ]