[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / b / NetworkUtilsKit / 1.0.2 / NetworkUtilsKit.podspec.json
blob67721728a1a5aaf610b69a0b87fe46bc409d03c9
2   "name": "NetworkUtilsKit",
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/NetworkUtilsKit",
9   "authors": "Romain Gjura & Michael Coqueret",
10   "summary": "Swift Network Utilities",
11   "swift_versions": "5.1",
12   "source": {
13     "git": "https://github.com/rgmc95/NetworkUtilsKit.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       "dependencies": {
24         "UtilsKit": [
25           "~> 2.0"
26         ]
27       },
28       "source_files": "NetworkUtilsKit/Core/**/*.{h,m,swift}"
29     },
30     {
31       "name": "Promise",
32       "dependencies": {
33         "NetworkUtilsKit/Core": [
35         ],
36         "PromiseKit": [
37           "~> 6.13"
38         ]
39       },
40       "source_files": "NetworkUtilsKit/Promise/**/*.{h,m,swift}"
41     },
42     {
43       "name": "CoreDataUtilsKit",
44       "dependencies": {
45         "NetworkUtilsKit/Core": [
47         ],
48         "CoreDataUtilsKit": [
49           "~> 1.0"
50         ]
51       },
52       "source_files": "NetworkUtilsKit/CoreData/**/*.{h,m,swift}"
53     }
54   ],
55   "swift_version": "5.1"