From 0a2ee8d561153909ed48c3899e7b40b39b4de4af Mon Sep 17 00:00:00 2001 From: Bill Abt Date: Thu, 18 Jul 2019 09:59:37 -0400 Subject: [PATCH] Update podspec to soon to be next version. --- BlueSSLService.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlueSSLService.podspec b/BlueSSLService.podspec index 7c6c87a..7217e34 100755 --- a/BlueSSLService.podspec +++ b/BlueSSLService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BlueSSLService" - s.version = "1.0.46" + s.version = "1.0.47" 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.46' + s.dependency 'BlueSocket', '~> 1.0.47' s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0', }