[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 5 / mobilekit / 0.0.6 / mobilekit.podspec.json
blob3faa6ce1ef8e0e7e2e53887647b18f025943f1c7
2   "name": "mobilekit",
3   "version": "0.0.6",
4   "summary": "mobilekit收集iOS常用开源项目",
5   "description": "mobilekit用于收集iOS常用开源项目,统一使用",
6   "homepage": "https://github.com/applespace/mobilekit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FBIN": "fanfanbinbin@outlook.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/AppleSpace/mobilekit.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "mobilekit/Mobilekit.h",
22   "requires_arc": true,
23   "dependencies": {
24     "SDWebImage": [
25       "~> 5.0.0"
26     ],
27     "QMUIKit": [
28       "~> 3.2.1"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "MTableView",
34       "source_files": "mobilekit/MTableView/**/*.{h,m}"
35     },
36     {
37       "name": "MIconFont",
38       "source_files": "mobilekit/MIconFont/**/*.{h,m}"
39     },
40     {
41       "name": "MUIView",
42       "source_files": "mobilekit/MUIView/**/*.{h,m}"
43     }
44   ]