blob: e35f933dd549b7a524d6999ab235e2fd27acee9f [file] [log] [blame]
{
"name": "LongPressTableViewReordering",
"version": "1.0.0",
"summary": "LongPressTableViewReordering lets you long press to reorder table view cells.",
"description": "LongPressTableViewReordering is a library that makes it easy\nto let users long press to reorder cells in a table view. To\nuse it, implement the `LongPressTableViewReorderer` protocol\ninstead of `UITableViewDataSource` and use it as data source.\nThis will automatically enable long press to reorder.",
"homepage": "https://github.com/danielsaidi/LongPressTableViewReordering",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Saidi": "daniel.saidi@bookbeat.com"
},
"source": {
"git": "https://github.com/danielsaidi/LongPressTableViewReordering.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "8.0"
},
"source_files": "LongPressTableViewReordering/Classes/**/*",
"pushed_with_swift_version": "3.0"
}