[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / e / 6 / SwiftUUKit / 0.1.1 / SwiftUUKit.podspec.json
blobdfc72e329d0941e8506d071f091222f134b054a6
2   "name": "SwiftUUKit",
3   "version": "0.1.1",
4   "summary": "Common UI component tool classes, including TableView data-drive.",
5   "description": "Common UI component tool classes, including TableView data-drive.",
6   "homepage": "https://github.com/Xcoder1011/SwiftUUKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xcoder1011": "shangkunwu@msn.com"
13   },
14   "source": {
15     "git": "https://github.com/Xcoder1011/SwiftUUKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "UUTableView",
24       "source_files": "SwiftUUKit/Classes/UUTableView/**/*",
25       "dependencies": {
26         "SnapKit": [
27           "~> 5.0"
28         ],
29         "SwiftUUKit/Utils": [
31         ]
32       }
33     },
34     {
35       "name": "Utils",
36       "source_files": "SwiftUUKit/Classes/Utils/**/*"
37     }
38   ]