blob: c624e00aaba6ec0b0c634f64f4e53ea3afc13e27 [file] [log] [blame]
{
"name": "Inquiline",
"version": "0.1.0",
"summary": "Collection of type aliases and constants aid use of the 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.1.0"
},
"source_files": "Inquiline/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Nest": [
"~> 0.1.0"
]
}
}