blob: e18c1a6c319281a9754c763a9badfc9268e16d19 [file] [log] [blame]
{
"name": "LXReorderableCollectionViewFlowLayout",
"version": "0.1.0.beta1",
"summary": "Extends UICollectionViewFlowLayout to support reordering of cells. Similar to long press and pan on books in iBook.",
"homepage": "https://github.com/lxcid/LXReorderableCollectionViewFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Stan Chang Khin Boon",
"source": {
"git": "https://github.com/lxcid/LXReorderableCollectionViewFlowLayout.git",
"tag": "0.1.0.beta1"
},
"platforms": {
"ios": "4.3"
},
"source_files": "LXReorderableCollectionViewFlowLayout/",
"public_header_files": "LXReorderableCollectionViewFlowLayout/",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}