blob: 81754b226917aa578b52af289769d18c4b50e40b [file] [log] [blame]
{
"name": "Spider-Web",
"module_name": "Spider",
"version": "1.2.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.2.0"
},
"social_media_url": "https://twitter.com/MitchTreece",
"platforms": {
"ios": "10.0"
},
"source_files": "Spider/Classes/**/*",
"dependencies": {
"SDWebImage": [
"~> 4.0"
],
"PromiseKit": [
"~> 4.4"
]
},
"pushed_with_swift_version": "3.0"
}