[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / 6 / b / LongPressTableViewReordering / 0.0.1 / LongPressTableViewReordering.podspec.json
blob9b2483613b71359e371046ce4c8d41d49b149c70
2   "name": "LongPressTableViewReordering",
3   "version": "0.0.1",
4   "summary": "LongPressTableViewReordering lets you long press to reorder cells in a UITableView.",
5   "description": "LongPressTableViewReordering is a Swift library that lets you\nlong press to reorder cells in a UITableView.\n\nLongPressTableViewReorderer extends the UITableViewDataSource\nprotocol. Just implement the protocol to automatically enable\nthis functionality for any table view.",
6   "homepage": "https://github.com/danielsaidi/LongPressTableViewReordering",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel Saidi": "daniel.saidi@bookbeat.com"
13   },
14   "source": {
15     "git": "https://github.com/danielsaidi/LongPressTableViewReordering.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/danielsaidi",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "LongPressTableViewReordering/Classes/**/*"