From f46b2d5232106fd2d77faa7d9e09d55f66ffbe65 Mon Sep 17 00:00:00 2001 From: maciejtrybilo Date: Tue, 28 Jan 2020 11:33:20 +0100 Subject: [PATCH] PIA-460: Narrow the dependency on Bolts to Bolts/Tasks which doesn't use the UIWebView (https://github.com/BoltsFramework/Bolts-ObjC/issues/331) --- Gini-iOS-SDK.podspec | 6 +++--- Podfile.lock | 21 ++++++++------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/Gini-iOS-SDK.podspec b/Gini-iOS-SDK.podspec index 2f07d4c..0606583 100644 --- a/Gini-iOS-SDK.podspec +++ b/Gini-iOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Gini-iOS-SDK' -s.version = '1.3.1' +s.version = '1.4.0' s.license = 'MIT' s.summary = 'An SDK for integrating the Gini technology into other apps.' s.homepage = 'https://github.com/gini/gini-sdk-ios' @@ -15,13 +15,13 @@ s.source_files = 'Gini-iOS-SDK' s.default_subspec = 'Core' s.subspec 'Core' do |core| -core.dependency "Bolts", "~> 1.9" +core.dependency "Bolts/Tasks", "~> 1.9" end s.subspec 'Pinning' do |pinning| pinning.xcconfig = { 'OTHER_CFLAGS' => '$(inherited) -DPINNING_AVAILABLE' } pinning.dependency "TrustKit", "~> 1.5" -pinning.dependency "Bolts", "~> 1.9" +pinning.dependency "Bolts/Tasks", "~> 1.9" end end diff --git a/Podfile.lock b/Podfile.lock index 6974fcc..ba80261 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,16 +1,11 @@ PODS: - - Bolts (1.9.0): - - Bolts/AppLinks (= 1.9.0) - - Bolts/Tasks (= 1.9.0) - - Bolts/AppLinks (1.9.0): - - Bolts/Tasks - Bolts/Tasks (1.9.0) - - Gini-iOS-SDK (1.3.1): - - Gini-iOS-SDK/Core (= 1.3.1) - - Gini-iOS-SDK/Core (1.3.1): - - Bolts (~> 1.9) - - Gini-iOS-SDK/Pinning (1.3.1): - - Bolts (~> 1.9) + - Gini-iOS-SDK (1.4.0): + - Gini-iOS-SDK/Core (= 1.4.0) + - Gini-iOS-SDK/Core (1.4.0): + - Bolts/Tasks (~> 1.9) + - Gini-iOS-SDK/Pinning (1.4.0): + - Bolts/Tasks (~> 1.9) - TrustKit (~> 1.5) - Kiwi (2.4.0) - TrustKit (1.5.3) @@ -32,10 +27,10 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Bolts: ac6567323eac61e203f6a9763667d0f711be34c8 - Gini-iOS-SDK: 3b2b1d223dc655c57bcad488d2b2f60ee0df816d + Gini-iOS-SDK: 80c8e12c98ae3fd5b3eafa3b8d110ae947e6905c Kiwi: f49c9d54b28917df5928fe44968a39ed198cb8a8 TrustKit: b2bd5cb6a69cb17a95af87af327ecaa93c8da4bd PODFILE CHECKSUM: 0dbabbd31fc2a03f4c7c928185f82a5ee842dc13 -COCOAPODS: 1.8.3 +COCOAPODS: 1.8.4