blob: 4ac8d19028d1909372250051826b6e24f3602da2 [file] [log] [blame]
{
"name": "StatefulTableView",
"version": "0.0.7",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://github.com/timominous/StatefulTableView",
"description": "Custom UITableView container class that supports pull-to-refresh, load-more, initial load, and empty states. Swift port of SKStatefulTableViewController",
"summary": "Custom UITableView container class that supports pull-to-refresh, load-more, initial load, and empty states.",
"authors": {
"timominous": "timominous@gmail.com"
},
"source": {
"git": "https://github.com/timominous/StatefulTableView.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}