[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / b / 7 / KZBasalLib / 2.0.3 / KZBasalLib.podspec.json
blob79395340da488c9f1bfbec22b9cd21557b7d6bf4
2   "name": "KZBasalLib",
3   "version": "2.0.3",
4   "summary": "初始化app基础库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/lg_zhukai_developer/kzbasallib",
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/kzbasallib.git",
16     "tag": "2.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resources": "KZBasalLib/Assets/KZBasalLib.bundle",
22   "source_files": "KZBasalLib/Classes/*.h",
23   "dependencies": {
24     "Masonry": [
26     ],
27     "YYModel": [
29     ],
30     "MJExtension": [
32     ],
33     "MBProgressHUD": [
35     ],
36     "SVGAPlayer": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Ext",
43       "source_files": "KZBasalLib/Classes/Ext/*"
44     },
45     {
46       "name": "Macro",
47       "source_files": "KZBasalLib/Classes/Macro/*",
48       "dependencies": {
49         "KZBasalLib/Ext": [
51         ]
52       }
53     },
54     {
55       "name": "Transition",
56       "source_files": "KZBasalLib/Classes/Transition/**/**/*",
57       "dependencies": {
58         "KZBasalLib/Ext": [
60         ],
61         "KZBasalLib/Macro": [
63         ]
64       }
65     },
66     {
67       "name": "Base",
68       "source_files": "KZBasalLib/Classes/Base/**/*",
69       "dependencies": {
70         "KZBasalLib/Ext": [
72         ],
73         "KZBasalLib/Macro": [
75         ],
76         "KZBasalLib/Transition": [
78         ]
79       }
80     },
81     {
82       "name": "View",
83       "source_files": "KZBasalLib/Classes/View/**/*",
84       "dependencies": {
85         "KZBasalLib/Ext": [
87         ],
88         "KZBasalLib/Macro": [
90         ]
91       }
92     },
93     {
94       "name": "Tool",
95       "source_files": "KZBasalLib/Classes/Tool/**/*",
96       "dependencies": {
97         "KZBasalLib/View": [
99         ]
100       }
101     },
102     {
103       "name": "Animation",
104       "source_files": "KZBasalLib/Classes/Animation/*"
105     }
106   ]