blob: 802a0e6e89897918bd6c726db5fa4854ff7de64f [file] [log] [blame]
{
"name": "AETripleStateTableView",
"version": "1.0.1",
"summary": "A lightweight, customizable subclass of UITableView that supports triple states(loading, no data and normal)",
"homepage": "https://github.com/canicelebrate/AETripleStateTableView",
"license": "MIT",
"authors": {
"William Wang": "canicelebrate@gmail.com"
},
"source": {
"git": "https://github.com/canicelebrate/AETripleStateTableView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AETripleStateTableView/*.{h,m}",
"public_header_files": "AETripleStateTableView/AETripleStateTableView.h"
}