blob: aac588c12c8bc11d3c648f80e1547cea085ab0fc [file] [log] [blame]
{
"name": "KRZoomingLayout",
"version": "0.9.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.9.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KRZoomingLayout/Classes/**/*"
}