[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / e / 0 / UtilsKit / 1.0.2 / UtilsKit.podspec.json
blob868e35a2c57d1889c8abf2896e14c8d537fff26a
2   "name": "UtilsKit",
3   "version": "1.0.2",
4   "license": {
5     "type": "Copyright",
6     "text": "      Copyright 2012 - 2019 RGMC . All rights reserved.\n"
7   },
8   "homepage": "https://github.com/rgmc95/UtilsKit",
9   "authors": "Romain Gjura & Michael Coqueret",
10   "summary": "Swift Utilities",
11   "swift_versions": "5.1",
12   "source": {
13     "git": "https://github.com/rgmc95/UtilsKit.git",
14     "tag": "1.0.2"
15   },
16   "default_subspecs": "Core",
17   "platforms": {
18     "ios": "10.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       "name": "CoreData",
41       "dependencies": {
42         "UtilsKit/Core": [
44         ]
45       },
46       "source_files": "UtilsKit/CoreData/**/*.{h,m,swift}"
47     },
48     {
49       "name": "Network",
50       "dependencies": {
51         "UtilsKit/CoreData": [
53         ]
54       },
55       "source_files": "UtilsKit/Network/**/*.{h,m,swift}"
56     }
57   ],
58   "swift_version": "5.1"