blob: 8c60dcb943923afd7d9cf8511fa9ece243d1ac40 [file] [log] [blame]
{
"name": "JMStatefulTableViewController",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"source_files": [
"JMStatefulTableViewController/*.*"
],
"dependencies": {
"SVPullToRefresh": [
"~> 0.4.1"
]
}
}