blob: d1c54bc32a7ca59505b396b950c4f5aa1dec06e2 [file] [log] [blame]
{
"name": "ACDataViews",
"version": "0.0.4",
"summary": "Simple and Powerful data management model for NSTableView to make simpler and faster to use",
"homepage": "https://github.com/daltoniam/ACDataViews",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "daltoniam@gmail.com"
},
"source": {
"git": "https://github.com/daltoniam/ACDataViews.git",
"tag": "0.0.4"
},
"platforms": {
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "OutlineView",
"source_files": "*.{h,m}"
},
{
"name": "TableView",
"source_files": "*.{h,m}"
}
]
}