$ cat Procfile
web: Swifton-TodoApp --workers 3 --bind 0.0.0.0:$PORT
$ cat app.json
{
"name": "Swifton TodoApp Example",
"description": "An example TodoApp using Swifton web framework on Heroku.",
"repository": "https://github.com/necolt/Swifton-TodoApp",
"website": "https://github.com/necolt/Swifton-TodoApp",
"keywords": [“swifton", "curassow"],
"buildpacks": [{
"url": “https://github.com/kylef/heroku-buildpack-swift"
}]
}