[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 9 / 8 / NBReorderTableView / 0.1.1 / NBReorderTableView.podspec.json
blob216c0fdbaf9965885cd1c0904053f9794953c8d0
2   "name": "NBReorderTableView",
3   "version": "0.1.1",
4   "summary": "Reorder table view cells with long press.",
5   "description": "                       NBReorderTableView is a `UITableView` subclass to support reordering cells with long press.\n",
6   "homepage": "https://github.com/nunobaldaia/NBReorderTableView",
7   "screenshots": "https://raw.githubusercontent.com/nunobaldaia/NBReorderTableView/master/screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Nuno Baldaia": "nunobaldaia@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/nunobaldaia/NBReorderTableView.git",
14     "tag": "0.1.1"
15   },
16   "social_media_url": "https://twitter.com/nunobaldaia",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "NBReorderTableView": [
24       "Pod/Assets/*.png"
25     ]
26   }