blob: 216c0fdbaf9965885cd1c0904053f9794953c8d0 [file] [log] [blame]
{
"name": "NBReorderTableView",
"version": "0.1.1",
"summary": "Reorder table view cells with long press.",
"description": " NBReorderTableView is a `UITableView` subclass to support reordering cells with long press.\n",
"homepage": "https://github.com/nunobaldaia/NBReorderTableView",
"screenshots": "https://raw.githubusercontent.com/nunobaldaia/NBReorderTableView/master/screenshot.png",
"license": "MIT",
"authors": {
"Nuno Baldaia": "nunobaldaia@gmail.com"
},
"source": {
"git": "https://github.com/nunobaldaia/NBReorderTableView.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/nunobaldaia",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NBReorderTableView": [
"Pod/Assets/*.png"
]
}
}