blob: d25a681cb255f2cb64b10f5b9e20707eca33d3f2 [file] [log] [blame]
{
"name": "NetworkUtilsKit",
"version": "1.2",
"license": {
"type": "Copyright",
"text": " Copyright 2012 - 2019 RGMC . All rights reserved.\n"
},
"homepage": "https://github.com/rgmc95/NetworkUtilsKit",
"authors": "Romain Gjura & Michael Coqueret & David Douard",
"summary": "Swift Network Utilities",
"swift_versions": "5.1",
"source": {
"git": "https://github.com/rgmc95/NetworkUtilsKit.git",
"tag": "1.2.0"
},
"default_subspecs": "Core",
"platforms": {
"ios": "10.0"
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"UtilsKit": [
"~> 2.0.7"
]
},
"source_files": "NetworkUtilsKit/Core/**/*.{h,m,swift}"
},
{
"name": "Promise",
"dependencies": {
"NetworkUtilsKit/Core": [
],
"PromiseKit": [
"~> 6.13"
]
},
"source_files": "NetworkUtilsKit/Promise/**/*.{h,m,swift}"
}
],
"swift_version": "5.1"
}