blob: 54b65218d8a499443e2a35da7487cb0fb438218c [file] [log] [blame]
{
"name": "CPYGridPagingLayout",
"version": "0.3.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CPYGridPagingLayout/Classes/**/*",
"frameworks": "UIKit"
}