[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 6 / 1 / Base-UI-Utils / 0.0.10 / Base-UI-Utils.podspec.json
blob59c6d9365e2f68644ebcb5d9222e638ecd6a65bf
2   "name": "Base-UI-Utils",
3   "version": "0.0.10",
4   "summary": "方便快速搭建项目",
5   "description": "基础UI 工具类 方便快速搭建小项目",
6   "homepage": "https://github.com/Lang-FZ/Base-UI-Utils",
7   "license": "MIT",
8   "authors": {
9     "LangFZ": "446003664@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Lang-FZ/Base-UI-Utils.git",
16     "tag": "0.0.10"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "frameworks": "UIKit",
21   "default_subspecs": [
22     "Tools",
23     "BaseController",
24     "Extension"
25   ],
26   "subspecs": [
27     {
28       "name": "Tools",
29       "platforms": {
30         "ios": "9.0"
31       },
32       "source_files": "Base-UI-Utils/Tools/*.swift",
33       "frameworks": [
34         "UIKit",
35         "CoreGraphics"
36       ]
37     },
38     {
39       "name": "BaseController",
40       "platforms": {
41         "ios": "9.0"
42       },
43       "source_files": "Base-UI-Utils/BaseController/*.swift",
44       "dependencies": {
45         "Base-UI-Utils/Tools": [
47         ]
48       }
49     },
50     {
51       "name": "Extension",
52       "platforms": {
53         "ios": "9.0"
54       },
55       "source_files": "Base-UI-Utils/Extension/*.swift",
56       "dependencies": {
57         "Base-UI-Utils/Tools": [
59         ]
60       }
61     }
62   ]