[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 7 / 0 / 6 / SDStateTableView / 0.0.2-beta / SDStateTableView.podspec.json
blob56c4dbe0c3103c5dc14ee3f7189a27abaa37efe5
2   "name": "SDStateTableView",
3   "version": "0.0.2-beta",
4   "summary": "A subclass of UITableView to show states like data load error, no data found, no internet connect easily.",
5   "description": "A subclass of UITableView to show states like data load error, no data found, no internet connect easily. It helps you not to write a table view subclass for every poject to maintain these states.",
6   "homepage": "https://github.com/sauvikdolui/SDStateTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sauvikdolui": "sauvikdolui@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sauvikdolui/SDStateTableView.git",
16     "tag": "0.0.2-beta"
17   },
18   "social_media_url": "https://twitter.com/sauvik_dolui",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "SDStateTableView/Classes/**/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "4.0"