blob: beaecad30b748b3d863c3aad70b7e2cb0f4961d4 [file] [log] [blame]
{
"name": "DGCollectionViewGridLayout",
"version": "1.0.0",
"summary": "Layout that allows you to display collection of data in grid with only very few lines of codes",
"homepage": "https://github.com/Digipolitan/collection-view-grid-layout",
"authors": "Digipolitan",
"source": {
"git": "https://github.com/Digipolitan/collection-view-grid-layout.git",
"tag": "v1.0.0"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}