blob: 69367015090522821ac117f6640db2b791d1e1ad [file] [log] [blame]
{
"name": "Spider-Web",
"module_name": "Spider",
"version": "2.0.1",
"summary": "Creepy networking library for Swift.",
"description": "Spider is an easy-to-use networking library built for\nspeed & readability. Spider's modern syntax & response handling\nmakes working with web services so simple - it's almost spooky.",
"homepage": "https://github.com/mitchtreece/Spider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitch Treece": "mitchtreece@me.com"
},
"source": {
"git": "https://github.com/mitchtreece/Spider.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/MitchTreece",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Spider/Classes/Core/**/*",
"dependencies": {
"ReachabilitySwift": [
"~> 5.0.0"
],
"Kingfisher": [
"~> 5.8.0"
]
}
},
{
"name": "Promise",
"source_files": "Spider/Classes/Promises/**/*",
"dependencies": {
"Spider-Web/Core": [
],
"PromiseKit/CorePromise": [
"~> 6.0"
]
}
},
{
"name": "All",
"dependencies": {
"Spider-Web/Core": [
],
"Spider-Web/Promise": [
]
}
}
],
"swift_version": "5"
}