[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 2 / 3 / 9 / LongPressReorder / 1.0.0 / LongPressReorder.podspec.json
blob22293d8132efd4a3e9444038421a261d0a8bd10f
2   "name": "LongPressReorder",
3   "version": "1.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LongPressReorder/Classes/**/*",
22   "pushed_with_swift_version": "3.0"