blob: 13ac5b9e8288112e9289145c86ca82e3070a5861 [file] [log] [blame]
{
"name": "MABToolkit",
"version": "1.0.2",
"license": "MIT",
"summary": "Some reusable code to handle some common Mac dev problems.",
"homepage": "https://github.com/iloveitaly/MABCocoaToolkit",
"authors": {
"Michael Bianco": "iloveitaly@gmail.com"
},
"source": {
"git": "https://github.com/iloveitaly/MABCocoaToolkit.git",
"tag": "1.0.2"
},
"description": "Bundle of categories and classes to make some common Cocoa tasks easier: support folder management, table view resizing, string search, and some other tasks.",
"platforms": {
"osx": null
},
"source_files": "*.{h,m}",
"frameworks": [
"SystemConfiguration",
"IOKit"
],
"requires_arc": false
}