blob: e5020fd7726ae9d0ef2fbcfe248387a3a2411590 [file] [log] [blame]
{
"name": "NetworkUtilsKit",
"version": "1.0.1",
"license": {
"type": "Copyright",
"text": " Copyright 2012 - 2019 RGMC . All rights reserved.\n"
},
"homepage": "https://github.com/rgmc95/NetworkUtilsKit",
"authors": "Romain Gjura & Michael Coqueret",
"summary": "Swift Network Utilities",
"swift_versions": "5.1",
"source": {
"git": "https://github.com/rgmc95/NetworkUtilsKit.git",
"tag": "1.0.1"
},
"default_subspecs": "Core",
"platforms": {
"ios": "10.0"
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"UtilsKit": [
"~> 2.0"
]
},
"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"
}