[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 9 / 1 / c / MLBCoreModule / 0.1.23 / MLBCoreModule.podspec.json
blob99d529ecb0da6ae098d417a336c19b945c1707fb
2   "name": "MLBCoreModule",
3   "version": "0.1.23",
4   "summary": "核心组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/marsdan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "z994489675@qq.com": "994489675@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/marsdan/MLBCoreModule.git",
16     "tag": "0.1.23"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "MLBCoreModule/MLBCoreModule/*",
23   "dependencies": {
24     "MGJRouter": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Const",
31       "public_header_files": "MLBCoreModule/MLBCoreModule/Const/*.h",
32       "source_files": "MLBCoreModule/MLBCoreModule/Const/*"
33     },
34     {
35       "name": "Category",
36       "source_files": "MLBCoreModule/MLBCoreModule/Category/*.{h,m}"
37     },
38     {
39       "name": "BaseClass",
40       "source_files": "MLBCoreModule/MLBCoreModule/BaseClass/*.{h,m}"
41     }
42   ]