From 99086ba59c454917d0790e3e546e5b34307e6d6f Mon Sep 17 00:00:00 2001 From: Sveinbjorn Thordarson Date: Sat, 15 Apr 2017 19:25:30 +0200 Subject: [PATCH] Updating podspec --- STPrivilegedTask.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STPrivilegedTask.podspec b/STPrivilegedTask.podspec index 1a0bd90..5bd23fa 100644 --- a/STPrivilegedTask.podspec +++ b/STPrivilegedTask.podspec @@ -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" => "sveinbjornt@gmail.com" } 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"