blob: de7d070a057b7a2d262955d136f8c92b08c8f54c [file] [log] [blame]
{
"name": "CWCollectionView",
"version": "0.3.0",
"summary": "Easily create collection views with a desired number of columns",
"description": "UICollectionView subclass to easily setup a collection view with a given number of columns",
"homepage": "https://github.com/ValentinDenis/CWCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valentin Denis": "valentindenis80@gmail.com"
},
"source": {
"git": "https://github.com/ValentinDenis/CWCollectionView.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CWCollectionView/CWCollectionView/CWCollectionView.swift",
"swift_version": "4.1"
}