blob: ad1ea8ba74dcb1f07b806317b26cc490bc886b8a [file] [log] [blame]
{
"name": "JAListView",
"version": "0.0.1",
"summary": "An NSTableView replacement that doesn't suck.",
"homepage": "https://github.com/joshaber/JAListView",
"license": {
"type": "New BSD License",
"file": "README"
},
"authors": {
"Josh Abernathy": "josh@github.com"
},
"source": {
"git": "https://github.com/joshaber/JAListView.git",
"commit": "f1374023a2e483c95217f08a1c27864cd7f24d33"
},
"platforms": {
"osx": null
},
"source_files": [
"JA*.{h,m}",
"NSIndexPath+JAListViewExtensions.{h,m}"
],
"exclude_files": "JAListViewAppDelegate.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": false
}