diff --git a/Podfile b/Podfile index f64b3c6..36dd046 100644 --- a/Podfile +++ b/Podfile @@ -2,7 +2,7 @@ use_frameworks! def utils - pod 'BuildaUtils', '~> 0.2.1' + pod 'BuildaUtils', '~> 0.2.3' end def tests diff --git a/Podfile.lock b/Podfile.lock index fdd2e32..f6118e6 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,10 +1,10 @@ PODS: - - BuildaUtils (0.1.5) + - BuildaUtils (0.2.3) - DVR (0.0.4-czechboy0) - - Nimble (2.0.0-rc.3) + - Nimble (2.0.0) DEPENDENCIES: - - BuildaUtils (~> 0.1.5) + - BuildaUtils (~> 0.2.3) - DVR (from `https://github.com/czechboy0/DVR.git`, tag `v0.0.5-czechboy0`) - Nimble (~> 2.0.0-rc.3) @@ -19,8 +19,8 @@ CHECKOUT OPTIONS: :tag: v0.0.5-czechboy0 SPEC CHECKSUMS: - BuildaUtils: 25b8a56f9878ab26d2233866242a2d96d143851c + BuildaUtils: ea53e9781ddd764d525b1c3bb98f68e22cc58170 DVR: 386f347071f55f3f9105239db6764483009ec875 - Nimble: 9dff98ee195ffe7351d3b2fb01d3a1420fd97948 + Nimble: 472e75466819eb8c06299233e87c694a9b51328a -COCOAPODS: 0.39.0.beta.5 +COCOAPODS: 0.39.0 diff --git a/XcodeServerSDK.podspec b/XcodeServerSDK.podspec index bc6e7d0..e85716c 100644 --- a/XcodeServerSDK.podspec +++ b/XcodeServerSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "XcodeServerSDK" - s.version = "0.5.1" + s.version = "0.5.2" s.summary = "Access Xcode Server API with native Swift objects." s.homepage = "https://github.com/czechboy0/XcodeServerSDK" @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.10" s.watchos.deployment_target = "2.0" - # s.tvos.deployment_target = "9.0" + s.tvos.deployment_target = "9.0" s.source = { :git => "https://github.com/czechboy0/XcodeServerSDK.git", :tag => "v#{s.version}" }