blob: 6d10a86a145248333904e940a7504d6a901a8b8c [file] [log] [blame]
{
"name": "Spider-Web",
"module_name": "Spider",
"version": "1.5.0",
"summary": "Creepy web framework for Swift.",
"description": "Spider is an easy-to-use web framework built for\nspeed & readability. Spider's modern syntax & response handling\nmakes working with web services fun again.",
"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": "1.5.0"
},
"social_media_url": "https://twitter.com/MitchTreece",
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": "Spider/Classes/**/*",
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"PromiseKit/CorePromise": [
"~> 6.0"
]
}
}