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