[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 0 / UtilsKit / 3.3 / UtilsKit.podspec.json
blob1e62e112b5eea628f724cd485b73b851765b8bf3
2   "name": "UtilsKit",
3   "version": "3.3",
4   "license": {
5     "type": "Copyright",
6     "text": "      Copyright 2012 - 2023 RGMC . All rights reserved.\n"
7   },
8   "homepage": "https://github.com/rgmc95/UtilsKit",
9   "authors": "Romain Gjura & Michael Coqueret & David Douard & Thibaud Lambert",
10   "summary": "Swift Utilities",
11   "swift_versions": "5.4",
12   "source": {
13     "git": "https://github.com/rgmc95/UtilsKit.git",
14     "tag": "3.3.0"
15   },
16   "default_subspecs": "UtilsKitUI",
17   "platforms": {
18     "ios": "12.0"
19   },
20   "subspecs": [
21     {
22       "name": "UtilsKitCore",
23       "source_files": "Sources/UtilsKitCore/**/*.{h,m,swift}"
24     },
25     {
26       "name": "UtilsKitHelpers",
27       "dependencies": {
28         "UtilsKit/UtilsKitCore": [
30         ]
31       },
32       "source_files": "Sources/UtilsKitHelpers/**/*.{h,m,swift}"
33     },
34     {
35       "name": "UtilsKitUI",
36       "dependencies": {
37         "UtilsKit/UtilsKitHelpers": [
39         ]
40       },
41       "source_files": "Sources/UtilsKitUI/**/*.{h,m,swift}"
42     }
43   ],
44   "swift_version": "5.4"