[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / 7 / a / KZCognitionLib / 1.5.2 / KZCognitionLib.podspec.json
blob88a9969c80e06e17f9d05a9960fa120f9ca6dd7a
2   "name": "KZCognitionLib",
3   "version": "1.5.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resources": "KZCognitionLib/Assets/KZCognitionLib.bundle",
22   "source_files": "KZCognitionLib/Classes/KZCognitionLib.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": "Ext",
42       "source_files": "KZCognitionLib/Classes/Ext/*"
43     },
44     {
45       "name": "ReuseViews",
46       "source_files": "KZCognitionLib/Classes/ReuseViews/*"
47     },
48     {
49       "name": "BaseDetailVC",
50       "source_files": "KZCognitionLib/Classes/BaseDetailVC/*",
51       "dependencies": {
52         "KZCognitionLib/Ext": [
54         ],
55         "KZCognitionLib/Parameter": [
57         ]
58       }
59     },
60     {
61       "name": "WeakStudyPlan",
62       "source_files": "KZCognitionLib/Classes/WeakStudyPlan/**/*",
63       "dependencies": {
64         "KZCognitionLib/ReuseViews": [
66         ],
67         "KZCognitionLib/BaseDetailVC": [
69         ]
70       }
71     },
72     {
73       "name": "VocabularyCognition",
74       "source_files": "KZCognitionLib/Classes/VocabularyCognition/**/*",
75       "dependencies": {
76         "KZCognitionLib/ReuseViews": [
78         ],
79         "KZCognitionLib/BaseDetailVC": [
81         ],
82         "KZCognitionLib/WeakStudyPlan": [
84         ]
85       }
86     },
87     {
88       "name": "GrammarCognition",
89       "source_files": "KZCognitionLib/Classes/GrammarCognition/**/*",
90       "dependencies": {
91         "KZCognitionLib/ReuseViews": [
93         ],
94         "KZCognitionLib/BaseDetailVC": [
96         ],
97         "KZCognitionLib/WeakStudyPlan": [
99         ]
100       }
101     },
102     {
103       "name": "LanguageAbility",
104       "source_files": "KZCognitionLib/Classes/LanguageAbility/**/*",
105       "dependencies": {
106         "KZCognitionLib/ReuseViews": [
108         ],
109         "KZCognitionLib/BaseDetailVC": [
111         ]
112       }
113     },
114     {
115       "name": "ExerciseFeature",
116       "source_files": "KZCognitionLib/Classes/ExerciseFeature/**/*",
117       "dependencies": {
118         "KZCognitionLib/ReuseViews": [
120         ],
121         "KZCognitionLib/BaseDetailVC": [
123         ]
124       }
125     },
126     {
127       "name": "StudyTimeAndSpeed",
128       "source_files": "KZCognitionLib/Classes/StudyTimeAndSpeed/**/*",
129       "dependencies": {
130         "KZCognitionLib/ReuseViews": [
132         ],
133         "KZCognitionLib/BaseDetailVC": [
135         ]
136       }
137     },
138     {
139       "name": "HomePage",
140       "source_files": "KZCognitionLib/Classes/HomePage/*",
141       "dependencies": {
142         "KZCognitionLib/VocabularyCognition": [
144         ],
145         "KZCognitionLib/GrammarCognition": [
147         ],
148         "KZCognitionLib/LanguageAbility": [
150         ],
151         "KZCognitionLib/ExerciseFeature": [
153         ],
154         "KZCognitionLib/StudyTimeAndSpeed": [
156         ]
157       }
158     }
159   ]