[Add] AgoraAudio_Special_iOS 4.3.2.134
[CocoaPods.git] / Specs / 4 / 6 / b / LongPressTableViewReordering / 1.0.0 / LongPressTableViewReordering.podspec.json
blobe35f933dd549b7a524d6999ab235e2fd27acee9f
2   "name": "LongPressTableViewReordering",
3   "version": "1.0.0",
4   "summary": "LongPressTableViewReordering lets you long press to reorder table view cells.",
5   "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.",
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": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/danielsaidi",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "LongPressTableViewReordering/Classes/**/*",
23   "pushed_with_swift_version": "3.0"