blob: 0c40fc1ad77a8b4344408246c1f8d5b0ff27b748 [file] [log] [blame]
{
"name": "JMStatefulTableViewController",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"source_files": [
"JMStatefulTableViewController/*.*"
],
"dependencies": {
"SVPullToRefresh": [
">= 0.3"
]
}
}