Skip to content

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Apr 15, 2017
1 parent 11b1ce9 commit 99086ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STPrivilegedTask.podspec
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"
Expand Down

0 comments on commit 99086ba

Please sign in to comment.