diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2f6581d7..860450ef 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -5,7 +5,7 @@ In `ios/PurchasesHybridCommon/Podfile` replace: ``` - pod 'RevenueCat', '4.31.6' + pod 'RevenueCat', '4.31.7' ``` with: diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 667e20f9..fc523341 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.framework = 'StoreKit' - s.dependency 'RevenueCat', '4.31.6' + s.dependency 'RevenueCat', '4.31.7' s.swift_version = '5.0' s.ios.deployment_target = '11.0' diff --git a/ios/PurchasesHybridCommon/Podfile b/ios/PurchasesHybridCommon/Podfile index 2407d337..0418f95b 100644 --- a/ios/PurchasesHybridCommon/Podfile +++ b/ios/PurchasesHybridCommon/Podfile @@ -5,7 +5,7 @@ target 'PurchasesHybridCommon' do use_frameworks! # Pods for PurchasesHybridCommon - pod 'RevenueCat', '4.31.6' + pod 'RevenueCat', '4.31.7' target 'PurchasesHybridCommonTests' do # Pods for testing @@ -25,5 +25,5 @@ target 'ObjCAPITester' do platform :ios, '11.0' use_frameworks! - pod 'RevenueCat', '4.31.6' + pod 'RevenueCat', '4.31.7' end \ No newline at end of file diff --git a/ios/PurchasesHybridCommon/Podfile.lock b/ios/PurchasesHybridCommon/Podfile.lock index 7663f4ef..cb3705d4 100644 --- a/ios/PurchasesHybridCommon/Podfile.lock +++ b/ios/PurchasesHybridCommon/Podfile.lock @@ -1,12 +1,12 @@ PODS: - Nimble (10.0.0) - Quick (5.0.1) - - RevenueCat (4.31.6) + - RevenueCat (4.31.7) DEPENDENCIES: - Nimble - Quick - - RevenueCat (= 4.31.6) + - RevenueCat (= 4.31.7) SPEC REPOS: trunk: @@ -17,8 +17,8 @@ SPEC REPOS: SPEC CHECKSUMS: Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84 Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179 - RevenueCat: a853fc1d6eb058e8546d91fba9c9c5cd2e041949 + RevenueCat: 3723bbf50f71125d9e37c11cc4aa14c46add7d23 -PODFILE CHECKSUM: e0895d576395cf27bb9376891a7ac86ce59d5beb +PODFILE CHECKSUM: 14c20192b719e7ca4520676b76f5417d7500ce78 COCOAPODS: 1.14.3