From f88330dea6eacd5189d922e8ec01d11ac7514490 Mon Sep 17 00:00:00 2001 From: Bill Abt Date: Sat, 23 Nov 2019 11:06:14 -0500 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 1a5ce2c..cdbbaad 100755 --- a/BlueSSLService.podspec +++ b/BlueSSLService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BlueSSLService" - s.version = "1.0.50" + s.version = "1.0.51" 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.50' + s.dependency 'BlueSocket', '~> 1.0.51' s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0', }