[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / a / SMJobKit / 0.0.1 / SMJobKit.podspec.json
blobc366beac8b155c5931f67a6ba3cbadeec998e2d7
2   "name": "SMJobKit",
3   "version": "0.0.1",
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.1"
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",
26     "text": "           DO WHATEVER THE FUCK YOU WANT, PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n            0. You just DO WHATEVER THE FUCK YOU WANT.\n"
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"