blob: c4bacc031ce81b766f2997693a04c54db0eb59ca [file] [log] [blame]
{
"name": "NestTestSuite",
"version": "0.2.0",
"summary": "Test Suite for the Nest Swift 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/NestTestSuite.git",
"tag": "0.2.0"
},
"source_files": "NestTestSuite.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Nest": [
"~> 0.2.0"
],
"Inquiline": [
"~> 0.2.0"
]
}
}