4 "swift_versions": "5.0",
5 "summary": "Framework that simplifies SMJobBless.",
6 "homepage": "https://github.com/IngmarStein/SMJobKit",
8 "Ian MacLeod": "ian@nevir.net",
9 "Ingmar Stein": "IngmarStein@gmail.com"
12 "git": "https://github.com/IngmarStein/SMJobKit.git",
18 "source_files": "Sources/**/*.{h,swift}",
24 "static_framework": true,
25 "public_header_files": "Sources/*.h",
27 "type": "Apache License, Version 2.0",
30 "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!",
31 "swift_version": "5.0"