blob: 9d605fe0047ddb42033926523c9c599253df383f [file] [log] [blame]
{
"name": "SDStateTableView",
"version": "0.0.3",
"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.3"
},
"social_media_url": "https://twitter.com/sauvik_dolui",
"platforms": {
"ios": "9.0"
},
"source_files": "SDStateTableView/Classes/**/*",
"frameworks": "UIKit"
}