blob: 6078fb21cdc7ab0693cb8781da2590dac7172acc [file] [log] [blame]
{
"name": "CNGridView",
"version": "1.1.3",
"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.3"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "CNGridView/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"frameworks": "QuartzCore"
}