Skip to content

Commit

Permalink
upgrade grdb version
Browse files Browse the repository at this point in the history
  • Loading branch information
RishavG96 committed Apr 18, 2024
1 parent c3361be commit 5a40417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Clickstream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a40417

Please sign in to comment.