blob: a26112c777cfa61530c1c96d47072f3ad21fbbbf [file] [log] [blame]
{
"name": "NMCollectionView",
"version": "0.0.1",
"summary": "Improved UICollectionView",
"description": "An improved version of UICollectionView.",
"homepage": "https://github.com/NicolasMahe/NMCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicolas MaheĢ": "nicolas@mahe.me"
},
"source": {
"git": "https://github.com/NicolasMahe/NMCollectionView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "NMCollectionView/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 3.0"
],
"RZCellSizeManager": [
"~> 1.1.2"
]
},
"pushed_with_swift_version": "3.0"
}