| { |
| "name": "SDStateTableView", |
| "version": "0.0.2-beta", |
| "summary": "A subclass of UITableView to show states like data load error, no data found, no internet connect easily.", |
| "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.", |
| "homepage": "https://github.com/sauvikdolui/SDStateTableView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sauvikdolui": "sauvikdolui@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/sauvikdolui/SDStateTableView.git", |
| "tag": "0.0.2-beta" |
| }, |
| "social_media_url": "https://twitter.com/sauvik_dolui", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SDStateTableView/Classes/**/*", |
| "frameworks": "UIKit", |
| "pushed_with_swift_version": "4.0" |
| } |