blob: d5f9f57db47f78883b9d5a3eb57064a68efdbb84 [file] [log] [blame]
{
"name": "KPCTabsControl",
"version": "1.1.0",
"summary": "A multi-tabs control designed to look like the tab control in Apple's Numbers spreadsheet, but with enhanced capabilities.",
"homepage": "https://github.com/onekiloparsec/KPCTabsControl.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cédric Foellmi": "cedric@onekilopars.ec"
},
"source": {
"git": "https://github.com/onekiloparsec/KPCTabsControl.git",
"tag": "1.1.0"
},
"source_files": "KPCTabsControl/*.{h,m}",
"public_header_files": "KPCTabsControl/KPCTabsControlProtocols.h,KPCTabsControl/KPCTabsControl.h",
"platforms": {
"osx": "10.8"
},
"frameworks": [
"QuartzCore",
"AppKit"
],
"requires_arc": true,
"resources": "Resources/*.pdf"
}