blob: 7561f35a901999e87c7206e6c5f893319e8d1b52 [file] [log] [blame]
{
"name": "KDXCollectionView",
"version": "0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A better collection view for Mac.",
"homepage": "https://github.com/lembacon/KDXCollectionView",
"authors": {
"Chongyu Zhu": "lembacon@gmail.com"
},
"source": {
"git": "https://github.com/lembacon/KDXCollectionView.git",
"tag": "0.1"
},
"source_files": "src/*.{h,c,m}",
"requires_arc": false,
"platforms": {
"osx": "10.6"
},
"osx": {
"frameworks": "Cocoa"
}
}