[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 1 / f / a / SMJobKit / 0.0.2 / SMJobKit.podspec.json
blob5781276cc9ba27b00987ecd3720aefa31da422de
2   "name": "SMJobKit",
3   "version": "0.0.2",
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.2"
13   },
14   "platforms": {
15     "osx": 10.9
16   },
17   "source_files": "SMJobKit/**/*.{h,swift}",
18   "frameworks": [
19     "ServiceManagement",
20     "Security"
21   ],
22   "requires_arc": true,
23   "public_header_files": "SMJobKit/*.h",
24   "license": {
25     "type": "Apache License, Version 2.0",
26     "file": "LICENSE"
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!\n"