[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / e / 4 / JMStatefulTableViewController / 0.1.2 / JMStatefulTableViewController.podspec.json
blob8c60dcb943923afd7d9cf8511fa9ece243d1ac40
2   "name": "JMStatefulTableViewController",
3   "version": "0.1.2",
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.2"
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.4.1"
28     ]
29   }