From 4a7cd6cb9ca86924054620a33fa27728bb323639 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Sun, 9 Aug 2015 23:05:54 +0100 Subject: [PATCH] podspec update for Xcode 7 beta 5. --- XcodeServerSDK.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XcodeServerSDK.podspec b/XcodeServerSDK.podspec index ac7d6cf..be12056 100644 --- a/XcodeServerSDK.podspec +++ b/XcodeServerSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "XcodeServerSDK" - s.version = "0.1.7" + s.version = "0.1.8" s.summary = "Access Xcode Server API with native Swift objects." s.homepage = "https://github.com/czechboy0/XcodeServerSDK" @@ -14,10 +14,10 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.10" s.watchos.deployment_target = "2.0" - s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "v0.1.7" } + s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "v0.1.8" } s.source_files = "XcodeServerSDK/**/*.{swift}" - s.dependency "BuildaUtils", "0.0.6" + s.dependency "BuildaUtils", "0.0.9" end