Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update STPrivilegedTask.podspec.json #14592

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Specs/f/9/0/STPrivilegedTask/1.0.1/STPrivilegedTask.podspec.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "STPrivilegedTask",
"version": "1.0.1",
"summary": "An NSTask-like wrapper around Mac OS X Security Framework's AuthorizationExecuteWithPrivileges()",
"description": "An NSTask-like wrapper around AuthorizationExecuteWithPrivileges() in the Security API to run shell commands with root privileges in Mac OS X.",
"version": "1.0.8",
"summary": "An NSTask-like wrapper around the macOS Security Framework's AuthorizationExecuteWithPrivileges()",
"description": "An NSTask-like wrapper around AuthorizationExecuteWithPrivileges() in the Security API to run shell commands with root privileges on macOS.",
"homepage": "http://github.com/sveinbjornt/STPrivilegedTask",
"license": {
"type": "BSD"
},
"authors": {
"Sveinbjorn Thordarson": "[email protected]"
"Sveinbjorn Thordarson": "[email protected]"
},
"platforms": {
"osx": "10.6"
"osx": "10.9"
},
"source": {
"git": "https://github.com/sveinbjornt/STPrivilegedTask.git",
"tag": "1.0.1"
"tag": "1.0.8"
},
"source_files": "STPrivilegedTask.{h,m}",
"exclude_files": "PrivilegedTaskExample",
"public_header_files": "STPrivilegedTask.h",
"frameworks": "Security",
"requires_arc": false
"requires_arc": true
}