[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / e / a / 8 / BFRTableReorder / 0.0.3 / BFRTableReorder.podspec.json
blob916dc69299bd607cf2a73b9f9877f6b15c1c5316
2   "name": "BFRTableReorder",
3   "version": "0.0.3",
4   "summary": "An easy way to add reordering to your amazing ASDK apps!",
5   "description": "The BFRTableReorder is an out of the box solution to add long press reordering to your ASDK apps, specifically with ASTableNode!\n          We use it all over the place in Buffer for iOS :-).",
6   "homepage": "https://github.com/bufferapp/BFRReorderTableView",
7   "screenshots": "https://github.com/bufferapp/BFRReorderTableView/blob/master/demo.png?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Andrew Yates": "andy@bufferapp.com",
11     "Jordan Morgan": "jordan@bufferapp.com"
12   },
13   "source": {
14     "git": "https://github.com/bufferapp/BFRReorderTableView.git",
15     "tag": "0.0.3"
16   },
17   "source_files": [
18     "Classes",
19     "BFRTableReorder/ReorderSource/*.{h,m}"
20   ],
21   "platforms": {
22     "ios": "9.0"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "AsyncDisplayKit": [
27       ">= 2.0"
28     ]
29   }