blob: a9856242e7644f93426a6dbe8f137dbd50920a43 [file] [log] [blame]
{
"name": "CNGridView",
"version": "1.1.5",
"summary": "CNGridView is a (wanna be) replacement for NSCollectionView.",
"description": "It has full delegate and dataSource support with method calls like known from NSTableView/UITableView.",
"homepage": "https://github.com/phranck/CNGridView",
"authors": {
"Frank Gregor": "phranck@cocoanaut.com"
},
"source": {
"git": "https://github.com/phranck/CNGridView.git",
"tag": "1.1.5"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"source_files": "CNGridView/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"frameworks": "QuartzCore"
}