blob: a566e619846ed580de81933f81b9b3ccc6699874 [file] [log] [blame]
{
"name": "Turnstone",
"version": "0.1.0",
"summary": "Lightweight request routing for Nest using URI Template.",
"homepage": "https://github.com/kylef/Turnstone",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Turnstone.git",
"tag": "0.1.0"
},
"source_files": "Turnstone/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Nest": [
"~> 0.1.0"
],
"Inquiline": [
"~> 0.1.0"
],
"URITemplate": [
"~> 1.1"
]
}
}