blob: 25b327aa97f253eabf538be55639f421f69147ed [file] [log] [blame]
{
"name": "Nightstand",
"version": "0.1.0",
"summary": "Mightstand simplifies working with static UITableViews",
"description": "Nightstand allows you to create static UITableViews without having to worry about data sources and delegates. Just create your sections and rows, and you're good to go. Nightstand is fully customizable and works with both system and custom UITableViewCells.",
"homepage": "https://github.com/tnev/Nightstand",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tnev": "tneveldine@gmail.com"
},
"source": {
"git": "https://github.com/tnev/Nightstand.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "Nightstand/Classes/**/*"
}