From 2c44039cf570d72a8ac67de90f18def763080278 Mon Sep 17 00:00:00 2001 From: Mike Silvis Date: Tue, 29 Sep 2020 16:52:02 -0400 Subject: [PATCH] Bumping Point of Sale version for Xcode 12 support --- Podfile.lock | 8 ++++---- SquarePointOfSaleSDK.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index fe92220..0a17dd7 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,8 +1,8 @@ PODS: - OCMock (3.1) - - SquarePointOfSaleSDK (3.4.0) - - SquarePointOfSaleSDK/SampleApp (3.4.0) - - SquarePointOfSaleSDK/Tests (3.4.0): + - SquarePointOfSaleSDK (3.4.1) + - SquarePointOfSaleSDK/SampleApp (3.4.1) + - SquarePointOfSaleSDK/Tests (3.4.1): - OCMock (= 3.1) DEPENDENCIES: @@ -20,7 +20,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: OCMock: 721c11680ae2d65d67f40932777194daf7002781 - SquarePointOfSaleSDK: da46a95eb1887b8f1b3d8b0bcdc376f4cdfc350b + SquarePointOfSaleSDK: 7cd8c9bd790e33e837960e21f84d68a893a39a84 PODFILE CHECKSUM: a679ea1c4a7a65af08221a21783dd323549bd283 diff --git a/SquarePointOfSaleSDK.podspec b/SquarePointOfSaleSDK.podspec index 1809243..d2dab4f 100644 --- a/SquarePointOfSaleSDK.podspec +++ b/SquarePointOfSaleSDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SquarePointOfSaleSDK' - s.version = '3.4.0' + s.version = '3.4.1' s.summary = 'SDK for easier use of Square\'s Point of Sale app-switching API on iOS' s.homepage = 'https://github.com/square/SquarePointOfSaleSDK-iOS/' s.license = { :type => 'Apache License, Version 2.0', :text => "© #{ Date.today.year } Square, Inc." }