[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / 7 / 4 / LXReorderableCollectionViewFlowLayout / 0.1.1 / LXReorderableCollectionViewFlowLayout.podspec.json
blob37f800910c0817a6aea5529db8421d99165b17dd
2   "name": "LXReorderableCollectionViewFlowLayout",
3   "version": "0.1.1",
4   "summary": "Extends UICollectionViewFlowLayout to support reordering of cells. Similar to long press and pan on books in iBook.",
5   "homepage": "https://github.com/lxcid/LXReorderableCollectionViewFlowLayout",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Stan Chang Khin Boon",
11   "source": {
12     "git": "https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "LXReorderableCollectionViewFlowLayout/",
19   "public_header_files": "LXReorderableCollectionViewFlowLayout/",
20   "frameworks": [
21     "UIKit",
22     "CoreGraphics"
23   ],
24   "requires_arc": true