blob: 1806b0daf607277a2683e761aa37333d578d9451 [file] [log] [blame]
{
"name": "StatefulTableView",
"version": "0.1.5",
"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.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_versions": [
"5.0",
"5.0"
],
"swift_version": "5.0"
}