CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✓ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Nov 2015 |
| SPMSupports SPM | ✗ |
Maintained by Paulo Faria.
| Depends on: | |
| Otherside | = 0.1.1 |
| Spectrum | = 0.2 |
Spell is an HTTP router for Swift 2.
Foundation dependency (Linux ready)Spell is made of:
let router = HTTPRouter { router in
router.get("/users/:id") { request in
let id = request.parameters["id"]
return HTTPResponse(status: .OK)
}
}To use Spell in a command line application:
Spell is released under the MIT license. See LICENSE for details.