-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11b1ce9
commit 99086ba
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "STPrivilegedTask" | ||
s.version = "1.0.4" | ||
s.version = "1.0.5" | ||
s.summary = "An NSTask-like wrapper around Mac OS X Security Framework's AuthorizationExecuteWithPrivileges()" | ||
s.description = "An NSTask-like wrapper around AuthorizationExecuteWithPrivileges() in the Security API to run shell commands with root privileges in Mac OS X." | ||
s.homepage = "http://github.com/sveinbjornt/STPrivilegedTask" | ||
s.license = { :type => 'BSD' } | ||
s.author = { "Sveinbjorn Thordarson" => "[email protected]" } | ||
s.osx.deployment_target = "10.7" | ||
s.source = { :git => "https://github.com/sveinbjornt/STPrivilegedTask.git", :tag => "1.0.4" } | ||
s.source = { :git => "https://github.com/sveinbjornt/STPrivilegedTask.git", :tag => "1.0.5" } | ||
s.source_files = "STPrivilegedTask.{h,m}" | ||
s.exclude_files = "PrivilegedTaskExample" | ||
s.public_header_files = "STPrivilegedTask.h" | ||
|