blob: c49de78b6fe2cda1ddcac5cf0c64e1d41d0c0461 [file] [log] [blame]
{
"name": "SMJobKit",
"version": "0.0.8",
"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.8"
},
"platforms": {
"osx": "10.9"
},
"source_files": "Sources/**/*.{h,swift}",
"frameworks": [
"ServiceManagement",
"Security"
],
"requires_arc": 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 OS X 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!"
}