blob: 7c34559bdd7a279ae14efcf1fe06d08c9f397d23 [file] [log] [blame]
{
"name": "SMJobKit",
"version": "0.0.19",
"swift_versions": "5.0",
"summary": "Framework that simplifies SMJobBless.",
"homepage": "https://github.com/IngmarStein/SMJobKit",
"authors": {
"Ian MacLeod": "ian@nevir.net",
"Ingmar Stein": "IngmarStein@gmail.com"
},
"source": {
"git": "https://github.com/IngmarStein/SMJobKit.git",
"tag": "0.0.19"
},
"platforms": {
"osx": "10.9"
},
"source_files": "Sources/**/*.{h,swift}",
"frameworks": [
"ServiceManagement",
"Security"
],
"requires_arc": true,
"static_framework": true,
"public_header_files": "Sources/*.h",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"description": "Using SMJobBless and friends is rather ...painful. SMJobKit does everything in its power to alleviate that and get you back to writing awesome macOS apps.\n\nSMJobKit is more than just a framework/library to link against. It gives you:\n- A Xcode target template for SMJobBless-ready launchd services, completely configured for proper code signing!\n- A client abstraction that manages installing/upgrading your app's service(s).\n- A service library that pulls in as little additional code as possible. Less surface area for security vulnerabilities!",
"swift_version": "5.0"
}