[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 1 / f / a / SMJobKit / 0.0.19 / SMJobKit.podspec.json
blob7c34559bdd7a279ae14efcf1fe06d08c9f397d23
2   "name": "SMJobKit",
3   "version": "0.0.19",
4   "swift_versions": "5.0",
5   "summary": "Framework that simplifies SMJobBless.",
6   "homepage": "https://github.com/IngmarStein/SMJobKit",
7   "authors": {
8     "Ian MacLeod": "ian@nevir.net",
9     "Ingmar Stein": "IngmarStein@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/IngmarStein/SMJobKit.git",
13     "tag": "0.0.19"
14   },
15   "platforms": {
16     "osx": "10.9"
17   },
18   "source_files": "Sources/**/*.{h,swift}",
19   "frameworks": [
20     "ServiceManagement",
21     "Security"
22   ],
23   "requires_arc": true,
24   "static_framework": true,
25   "public_header_files": "Sources/*.h",
26   "license": {
27     "type": "Apache License, Version 2.0",
28     "file": "LICENSE.txt"
29   },
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"