blob: 562ff3023c68f7cd7a59d681a70cdff2e7d9f657 [file] [log] [blame]
{
"name": "AHLaunchCtl",
"version": "0.3.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": "v0.3.1",
"submodules": true
},
"requires_arc": true,
"platforms": {
"osx": "10.8"
},
"frameworks": [
"SystemConfiguration",
"ServiceManagement",
"Security"
],
"public_header_files": "AHLaunchCtl/*.h",
"source_files": "AHLaunchCtl/*.{h,m}"
}