blob: a053cc740f5c642f64516f1a8a16900972c10af8 [file] [log] [blame]
{
"name": "Inquiline",
"version": "0.2.2",
"summary": "Implementation of RequestType and ResponseType for Nest Web Server Gateway 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/Inquiline.git",
"tag": "0.2.1"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Nest": [
"~> 0.2.0"
]
},
"test_specification": {
"source_files": "Specs/*.swift",
"dependencies": {
"Spectre": [
"~> 0.3.0"
]
}
}
}