From 5a404171bdaf7fb3b9e3e60da128e5e10f3e6339 Mon Sep 17 00:00:00 2001 From: Rishav Gupta Date: Thu, 18 Apr 2024 16:49:19 +0530 Subject: [PATCH] upgrade grdb version --- Clickstream.podspec | 2 +- Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Clickstream.podspec b/Clickstream.podspec index 3f7347d..a88b21e 100644 --- a/Clickstream.podspec +++ b/Clickstream.podspec @@ -28,7 +28,7 @@ Pod::Spec.new do |s| s.frameworks = "UIKit", "Foundation", "CoreTelephony" s.dependency "SwiftProtobuf", "~> 1.10" s.dependency "ReachabilitySwift", '>= 5.0.0' - s.dependency "GRDB.swift", "~> 6.7" + s.dependency "GRDB.swift", "~> 5.12" s.dependency "Starscream", "~> 4.0" s.default_subspec = 'Core' diff --git a/Podfile b/Podfile index e98ba83..3923099 100644 --- a/Podfile +++ b/Podfile @@ -11,7 +11,7 @@ workspace 'Clickstream.xcworkspace' def clickstream_pods pod 'SwiftProtobuf', '~> 1.10' pod 'ReachabilitySwift', '>= 5.0.0' - pod 'GRDB.swift', '~> 6.7' + pod 'GRDB.swift', '~> 5.12' pod 'Starscream', '~> 4.0.6' end