[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / d / 5 / b / NetworkUtilsKit / 2.2 / NetworkUtilsKit.podspec.json
blob5659f96d0401f0543f05be2b35d04401a1e2ac69
2   "name": "NetworkUtilsKit",
3   "version": "2.2",
4   "license": {
5     "type": "Copyright",
6     "text": "      Copyright 2012 - 2022 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.3",
12   "source": {
13     "git": "https://github.com/rgmc95/NetworkUtilsKit.git",
14     "tag": "2.2.0"
15   },
16   "default_subspecs": "Core",
17   "platforms": {
18     "ios": "13.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   "swift_version": "5.3"