From cfa4eeeaab3df6a7b28fdda0ceb64ed52552faea Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Thu, 2 Jul 2015 10:37:42 +0100 Subject: [PATCH] Update XcodeServerSDK.podspec --- XcodeServerSDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XcodeServerSDK.podspec b/XcodeServerSDK.podspec index a4c4f13..4adf871 100644 --- a/XcodeServerSDK.podspec +++ b/XcodeServerSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "XcodeServerSDK" - s.version = "0.1-beta2" + s.version = "0.1-beta3" s.summary = "Access Xcode Server API with native Swift objects." s.homepage = "https://github.com/czechboy0/XcodeServerSDK" @@ -14,7 +14,7 @@ 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-beta2" } + s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "v0.1-beta3" } s.source_files = "XcodeServerSDK/**/*.{swift}" s.requires_arc = true