[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 6 / 1 / Base-UI-Utils / 0.0.20 / Base-UI-Utils.podspec.json
blob7fd71b3131dc9155cb0ed8c93574965902474079
2   "name": "Base-UI-Utils",
3   "version": "0.0.20",
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.20"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "frameworks": "UIKit",
21   "default_subspecs": [
22     "Tools",
23     "BaseController",
24     "Extension"
25   ],
26   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "Tools",
30       "platforms": {
31         "ios": "9.0"
32       },
33       "source_files": "Base-UI-Utils/Tools/*.swift",
34       "frameworks": [
35         "UIKit",
36         "CoreGraphics"
37       ]
38     },
39     {
40       "name": "BaseController",
41       "platforms": {
42         "ios": "9.0"
43       },
44       "source_files": "Base-UI-Utils/BaseController/*.swift",
45       "dependencies": {
46         "Base-UI-Utils/Tools": [
48         ]
49       }
50     },
51     {
52       "name": "Extension",
53       "platforms": {
54         "ios": "9.0"
55       },
56       "source_files": "Base-UI-Utils/Extension/*.swift",
57       "dependencies": {
58         "Base-UI-Utils/Tools": [
60         ]
61       }
62     },
63     {
64       "name": "PhotoViewer",
65       "platforms": {
66         "ios": "9.0"
67       },
68       "source_files": "Base-UI-Utils/Module/PhotoViewer/{Controller,Model,View}/*.swift",
69       "dependencies": {
70         "Base-UI-Utils/BaseController": [
72         ],
73         "Base-UI-Utils/Extension": [
75         ],
76         "Base-UI-Utils/Tools": [
78         ],
79         "SDWebImage": [
81         ]
82       },
83       "resource_bundles": {
84         "PhotoViewer": [
85           "Base-UI-Utils/ImageSet/PhotoViewer/*"
86         ]
87       }
88     }
89   ]