2 "name": "STPrivilegedTask",
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",
11 "Sveinbjorn Thordarson": "sveinbjornt@gmail.com"
17 "git": "https://github.com/sveinbjornt/STPrivilegedTask.git",
20 "source_files": "STPrivilegedTask.{h,m}",
21 "exclude_files": "PrivilegedTaskExample",
22 "public_header_files": "STPrivilegedTask.h",
23 "frameworks": "Security",