blob: 043696ec14684e834264c360d4537a16b482790c [file] [log] [blame]
{
"name": "AHLaunchCtl",
"version": "0.1.1",
"license": "MIT",
"summary": "An LaunchD framework for OSX Cocoa apps",
"homepage": "https://github.com/eahrold/AHLaunchCtl",
"authors": {
"Eldon Ahrold": "eldon.ahrold@gmail.com"
},
"source": {
"git": "https://github.com/eahrold/AHLaunchCtl.git",
"tag": "0.1.1"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"public_header_files": "AHLaunchCtl/*.h",
"source_files": "AHLaunchCtl/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"ServiceManagement",
"Security"
]
}