blob: 0fc4a52dbcb907da6e7a6b170dd67dc2aeeb644e [file] [log] [blame]
{
"name": "KRZoomingLayout",
"version": "0.10.1",
"summary": "A collection view flow layout subclass that zooms the center item to the specified scale.",
"description": "A collection view flow layout subclass that zooms the center item to the specified scale.\nMost likely for a single line of items, either horizontally or vertically.\n(It works fine with multiple rows/columns, but focusing many items at the same time defeats the purpose of focusing!)",
"homepage": "https://github.com/BridgeTheGap/KRZoomingLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Woomin Park": "wmpark@knowre.com"
},
"source": {
"git": "https://github.com/BridgeTheGap/KRZoomingLayout.git",
"tag": "0.10.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KRZoomingLayout/Classes/**/*",
"pushed_with_swift_version": "echo 3.0 > .swift-version"
}