Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

PIA-460: Narrow the dependency on Bolts to Bolts/Tasks which doesn't … #92

Merged
merged 1 commit into from
Jan 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gini-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
21 changes: 8 additions & 13 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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