blob: 6da3685853349eeaf553ee15c811940fe1c3ec06 [file] [log] [blame]
{
"name": "CollectionViewGridLayout",
"version": "2.1.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": "v2.1.0"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"requires_arc": true
}