blob: a81e1f4dbf8db5c9138f1d8681010e710fdeacee [file] [log] [blame]
{
"name": "Spider-Web",
"module_name": "Spider",
"version": "1.4.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.4.0"
},
"social_media_url": "https://twitter.com/MitchTreece",
"platforms": {
"ios": "10.0"
},
"source_files": "Spider/Classes/**/*",
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"PromiseKit/CorePromise": [
"~> 6.0"
]
}
}