blob: 49bdae188b9448f102b034771b74db615d212b9e [file] [log] [blame]
{
"name": "TCTableViewSearchController",
"version": "0.1.1",
"summary": "A subclass of UITableViewController that handles basic search bar functionality to make searching a table a painless process.",
"description": "Sometimes all you want is a table view that will handle most of the basic searching for you. That's where TCTableViewSearchController comes in. It handles most of the UISearchController requirements for you. All that you will need to do is implement one method that tells it which properties to search in the objects populating your table view. Currently only supports searching NSStrings and NSNumbers. Also has basic (optional) scope bar support.\n\n**This includes a demo project to show you the ropes. See the README file for usage instructions.**",
"homepage": "https://github.com/timgcarlson/TCTableViewSearchController",
"license": "MIT",
"authors": {
"Tim G Carlson": "timgcarlson@gmail.com"
},
"source": {
"git": "https://github.com/timgcarlson/TCTableViewSearchController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"TCTableViewSearchController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/TCTableViewSearchController.h",
"frameworks": "UIKit"
}