[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / 0 / UtilsKit / 2.5.1 / UtilsKit.podspec.json
blobcb7a29956c6b9d93478d66f580376eb8c61895db
2   "name": "UtilsKit",
3   "version": "2.5.1",
4   "license": {
5     "type": "Copyright",
6     "text": "      Copyright 2012 - 2022 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": "2.5.1"
15   },
16   "default_subspecs": "Core",
17   "platforms": {
18     "ios": "12.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "UtilsKit/Helpers/**/*.{h,m,swift}",
25         "UtilsKit/UI/**/*.{h,m,swift}"
26       ]
27     },
28     {
29       "name": "CoreExtension",
30       "dependencies": {
31         "UtilsKit/Core": [
33         ]
34       },
35       "pod_target_xcconfig": {
36         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "APP_EXTENSION"
37       }
38     }
39   ],
40   "swift_version": "5.4"