blob: 7bc552d516a87e35ff4784dd36ff7f30df40be74 [file] [log] [blame]
{
"name": "PagedUITableViewController",
"version": "0.0.4",
"summary": "Automatically manage pagination with custom loading cell that allows pagination across network calls with few code lines.",
"description": "UITableViewController subclass that automatically manages pagination with custom loading cell and network request delegation on your current controller.\n\nAllows cells deletion and dataset reload for update all data to initial state.",
"homepage": "https://github.com/sergiog90/PagedUITableViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergio GarcĂ­a": "sergiogm.amurrio@gmail.com"
},
"source": {
"git": "https://github.com/sergiog90/PagedUITableViewController.git",
"tag": "0.0.4"
},
"social_media_url": "https://twitter.com/sergio_g90",
"platforms": {
"ios": "8.1"
},
"source_files": "PagedUITableViewController/Classes/**/*",
"frameworks": "UIKit"
}