| { |
| "name": "VLC-LXReorderableCollectionViewFlowLayout", |
| "version": "0.1.3v", |
| "summary": "Extends UICollectionViewFlowLayout to support reordering of cells. Similar to long press and pan on books in iBook. Custom fork for VLC", |
| "homepage": "https://github.com/fkuehne/LXReorderableCollectionViewFlowLayout", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Stan Chang Khin Boon": "khinboon@gmail.com", |
| "Felix Paul Kühne": "fkuehne@videolan.org", |
| "Carola Nitz": "caro@videolan.org" |
| }, |
| "source": { |
| "git": "https://github.com/fkuehne/LXReorderableCollectionViewFlowLayout.git", |
| "tag": "0.1.3v" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "LXReorderableCollectionViewFlowLayout/", |
| "public_header_files": "LXReorderableCollectionViewFlowLayout/", |
| "frameworks": [ |
| "UIKit", |
| "CoreGraphics" |
| ], |
| "requires_arc": true |
| } |