[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / 0 / STPrivilegedTask / 1.0.1 / STPrivilegedTask.podspec.json
blob8852c2db5d8acad12b8e6edc98521b52162df6d2
2   "name": "STPrivilegedTask",
3   "version": "1.0.1",
4   "summary": "An NSTask-like wrapper around Mac OS X Security Framework's AuthorizationExecuteWithPrivileges()",
5   "description": "An NSTask-like wrapper around AuthorizationExecuteWithPrivileges() in the Security API to run shell commands with root privileges in Mac OS X.",
6   "homepage": "http://github.com/sveinbjornt/STPrivilegedTask",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Sveinbjorn Thordarson": "sveinbjornt@gmail.com"
12   },
13   "platforms": {
14     "osx": "10.6"
15   },
16   "source": {
17     "git": "https://github.com/sveinbjornt/STPrivilegedTask.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "STPrivilegedTask.{h,m}",
21   "exclude_files": "PrivilegedTaskExample",
22   "public_header_files": "STPrivilegedTask.h",
23   "frameworks": "Security",
24   "requires_arc": false