blob: 162b4c92c5d39b2a34e53cd8de089d5d1cacf948 [file] [log] [blame]
{
"name": "StateUITableView",
"version": "1.0.0",
"summary": "A UITableView driven by enumerations to present different states for loading, error, empty, and loaded states.",
"homepage": "https://github.com/1985wasagoodyear/StateUITableView",
"authors": {
"Name": "https://github.com/1985wasagoodyear"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/1985wasagoodyear/StateUITableView.git",
"tag": "1.0.0"
},
"source_files": [
"StateUITableView",
"StateUITableView/**/*.{h,m,swift}"
]
}