[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 0 / UtilsKit / 3.5.2 / UtilsKit.podspec.json
blob0934b6c04c03ad5794e8383b8e5b8117a5e69de5
2   "name": "UtilsKit",
3   "version": "3.5.2",
4   "license": {
5     "type": "Copyright",
6     "text": "      Copyright 2012 - 2024 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.5.2"
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"