From b26537135ecec411bac62d7dc5f15a13dd206305 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Thu, 11 Jun 2015 23:54:10 -0700 Subject: [PATCH] maybe? --- XcodeServerSDK.podspec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/XcodeServerSDK.podspec b/XcodeServerSDK.podspec index 6534821..9ed51ed 100644 --- a/XcodeServerSDK.podspec +++ b/XcodeServerSDK.podspec @@ -1,13 +1,9 @@ Pod::Spec.new do |s| s.name = "XcodeServerSDK" - s.version = "0.0.3" + s.version = "0.0.4" s.summary = "Access Xcode Server API with native Swift objects." - s.description = <<-DESC - Access Xcode Server API with native Swift objects. - DESC - s.homepage = "https://github.com/czechboy0/XcodeServerSDK" s.license = { :type => "MIT", :file => "LICENSE" } @@ -16,7 +12,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.10" - s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "0.0.3" } + s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "0.0.4" } s.source_files = "XcodeServerSDK/**/*.{swift}" s.requires_arc = true