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