[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / d / 5 / b / NetworkUtilsKit / 1.5.2 / NetworkUtilsKit.podspec.json
blobe4266e113099ab50857181148e0796f2e9753a84
2   "name": "NetworkUtilsKit",
3   "version": "1.5.2",
4   "license": {
5     "type": "Copyright",
6     "text": "      Copyright 2012 - 2021 RGMC . All rights reserved.\n"
7   },
8   "homepage": "https://github.com/rgmc95/NetworkUtilsKit",
9   "authors": "Romain Gjura & Michael Coqueret & David Douard",
10   "summary": "Swift Network Utilities",
11   "swift_versions": "5.1",
12   "source": {
13     "git": "https://github.com/rgmc95/NetworkUtilsKit.git",
14     "tag": "1.5.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.4"
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   "swift_version": "5.1"