blob: 6f8328bf6fcb8e329a06ca32afae98f5b65154eb [file] [log] [blame]
{
"name": "JMStatefulTableViewController",
"version": "0.1.0",
"summary": "A subclassable table view controller with empty, loading and error states, also supports infinte-scrolling and pull to refresh.",
"description": "A subclass-able way to cleanly and neatly implement a table view controller that has empty, loading and error states. Supports \"paging\" and pull to to refresh thanks to SVPullToRefresh.",
"homepage": "https://github.com/jakemarsh/JMStatefulTableViewController",
"authors": {
"Jake Marsh": "jake@deallocatedobjects.com"
},
"source": {
"git": "https://github.com/jakemarsh/JMStatefulTableViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"source_files": [
"JMStatefulTableViewController/*.*"
],
"dependencies": {
"SVPullToRefresh": [
]
}
}