[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / d / 1 / Objective-CUPS / 0.2.0 / Objective-CUPS.podspec.json
blob4f452b33cf46994386e8f383716bd4d51ff519a4
2   "name": "Objective-CUPS",
3   "version": "0.2.0",
4   "summary": "Objective-C framework for interacting with the CUPS system.",
5   "description": "                    Objective-C framework for interacting with the CUPS system. The Printer object conforms to\n                    NSSecureCoding to be used with a NSXPC Service and priviledged helper tool so non-admin\n                    users can manage printers themselves.\n",
6   "homepage": "https://github.com/eahrold/Objective-CUPS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Eldon Ahrold",
12   "source": {
13     "git": "https://github.com/eahrold/Objective-CUPS.git",
14     "tag": "0.2.0"
15   },
16   "source_files": [
17     "Objective-CUPS",
18     "Objective-CUPS/**/*.{h,m}"
19   ],
20   "frameworks": [
21     "cups",
22     "z"
23   ],
24   "platforms": {
25     "osx": "10.8"
26   },
27   "requires_arc": true