blob: 77abb3a658877325c13bda5e99d90e76052f5e5c [file] [log] [blame]
{
"name": "NestBox",
"version": "0.1.0",
"summary": "Swift Web Server using the Nest interface.",
"homepage": "https://github.com/nestproject/",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/nestproject/NestBox.git",
"tag": "0.1.0"
},
"source_files": "NestBox/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Nest": [
"~> 0.1.0"
],
"Inquiline": [
],
"CCLHTTPServer": [
]
}
}