[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / e / 4 / JMStatefulTableViewController / 0.1.1 / JMStatefulTableViewController.podspec.json
blob0c40fc1ad77a8b4344408246c1f8d5b0ff27b748
2   "name": "JMStatefulTableViewController",
3   "version": "0.1.1",
4   "summary": "A subclassable table view controller with empty, loading and error states, also supports infinte-scrolling and pull to refresh.",
5   "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.",
6   "homepage": "https://github.com/jakemarsh/JMStatefulTableViewController",
7   "authors": {
8     "Jake Marsh": "jake@deallocatedobjects.com"
9   },
10   "source": {
11     "git": "https://github.com/jakemarsh/JMStatefulTableViewController.git",
12     "tag": "0.1.1"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "requires_arc": true,
18   "license": {
19     "type": "MIT",
20     "file": "MIT-LICENSE"
21   },
22   "source_files": [
23     "JMStatefulTableViewController/*.*"
24   ],
25   "dependencies": {
26     "SVPullToRefresh": [
27       ">= 0.3"
28     ]
29   }