[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 7 / 4 / LXReorderableCollectionViewFlowLayout / 0.0.2 / LXReorderableCollectionViewFlowLayout.podspec.json
blob2aa310684a78d76f5acc09cc011a53aefe2418a3
2   "name": "LXReorderableCollectionViewFlowLayout",
3   "version": "0.0.2",
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.0.2"
14   },
15   "platforms": {
16     "ios": "4.3"
17   },
18   "source_files": "LXReorderableCollectionViewFlowLayout/",
19   "public_header_files": "LXReorderableCollectionViewFlowLayout/",
20   "frameworks": [
21     "UIKit",
22     "CoreGraphics"
23   ],
24   "requires_arc": true