[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 6 / 1 / Base-UI-Utils / 0.0.4 / Base-UI-Utils.podspec.json
blobde76622258a9f4c16c27260264b93cd6e80851e3
2   "name": "Base-UI-Utils",
3   "version": "0.0.4",
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.4"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "frameworks": "UIKit",
21   "default_subspecs": "Tools",
22   "xcconfig": {
23     "USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/Base-UI-Utils/Base-UI-Utils/{BaseController,Extension,Tools}"
24   },
25   "subspecs": [
26     {
27       "name": "Tools",
28       "platforms": {
29         "ios": "9.0"
30       },
31       "source_files": "Base-UI-Utils/Tools/*.swift",
32       "frameworks": [
33         "UIKit",
34         "CoreGraphics"
35       ]
36     },
37     {
38       "name": "BaseController",
39       "platforms": {
40         "ios": "9.0"
41       },
42       "source_files": "Base-UI-Utils/BaseController/*.swift",
43       "dependencies": {
44         "Base-UI-Utils/Tools": [
46         ]
47       }
48     },
49     {
50       "name": "Extension",
51       "platforms": {
52         "ios": "9.0"
53       },
54       "source_files": "Base-UI-Utils/Extension/*.swift",
55       "dependencies": {
56         "Base-UI-Utils/Tools": [
58         ]
59       }
60     }
61   ]