From 6910763b0dfa6f95a75217215d8cdce3ee11a6ae Mon Sep 17 00:00:00 2001 From: Bill Abt Date: Wed, 9 Jan 2019 09:50:30 -0500 Subject: [PATCH] Update podspec too soon to be next version. --- BlueSSLService.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlueSSLService.podspec b/BlueSSLService.podspec index b8f4981..feabf36 100755 --- a/BlueSSLService.podspec +++ b/BlueSSLService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BlueSSLService" - s.version = "1.0.43" + s.version = "1.0.44" s.summary = "SSL/TLS Add-in framework for BlueSocket in Swift" s.homepage = "https://github.com/IBM-Swift/BlueSSLService" s.license = { :type => "Apache License, Version 2.0" } @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = "10.0" s.source = { :git => "https://github.com/IBM-Swift/BlueSSLService.git", :tag => s.version } s.source_files = "Sources/SSLService/*.swift" - s.dependency 'BlueSocket', '~> 1.0.43' + s.dependency 'BlueSocket', '~> 1.0.44' s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2', }