blob: 3a8b52ae5f5bc352263acc19976077a77b0edec9 [file] [log] [blame]
{
"name": "DropDownTableView",
"version": "0.5",
"summary": "This is a simple drop down table view.",
"description": "DropDownTableViewController is a simple UITableViewController. Inherit from DropDownTableViewController and override methods from DropDownTableViewDataSource and DropDownTableViewDelegate.",
"homepage": "https://github.com/NSSimpleApps/DropDownTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
},
"source": {
"git": "https://github.com/NSSimpleApps/DropDownTableView.git",
"tag": "0.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift"
}