[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / 3 / 9 / LongPressReorder / 1.2.0 / LongPressReorder.podspec.json
blob605ed043bd8c44f1aaf5660bbc3c0f1c4d43eafd
2   "name": "LongPressReorder",
3   "version": "1.2.0",
4   "summary": "Swift library that allows reordering of UITableView cells via long press gesture.",
5   "description": "LongPressReorder adresses a common use case when working with tables on an iOS device: the posibility to reorder table rows using a long press gesture, similar to drag and drop gesture. Lightweight and easy to use, LongPressReorder works with any view controller that manages an UITableView.",
6   "homepage": "https://github.com/sivu22/LongPressReorder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Cristian Sava": "cristianzsava@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sivu22/LongPressReorder.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LongPressReorder/Classes/**/*",
22   "pushed_with_swift_version": "3.0"