blob: 7e3004bc2314b04bd288431f56320035398e58fa [file] [log] [blame]
{
"name": "AETripleStateTableView",
"version": "0.9.0",
"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": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AETripleStateTableView/*.{h,m}",
"public_header_files": "AETripleStateTableView/AETripleStateTableView.h"
}