blob: 0267e80f6678c3c9c99b80e26da902e0e3342410 [file] [log] [blame]
{
"name": "CPYGridPagingLayout",
"version": "0.3.1",
"summary": "A UICollectionViewLayout subclass used to show items like a grid.",
"description": "CPYGridPagingLayout is a UICollectionViewLayout subclass used to show items like a grid. Both vertical and horizontal layout suppport, item spacing and line spacing can be costomized.",
"homepage": "https://github.com/cielpy/CPYGridPagingLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cielpy": "beijiu572@gmail.com"
},
"source": {
"git": "https://github.com/cielpy/CPYGridPagingLayout.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CPYGridPagingLayout/Classes/**/*",
"frameworks": "UIKit"
}