Skip to content

Commit

Permalink
upgrading versions for SwiftProtobuf and GRDB
Browse files Browse the repository at this point in the history
  • Loading branch information
RishavG96 committed Apr 19, 2024
1 parent 5a40417 commit b342a23
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Clickstream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Pod::Spec.new do |s|
s.exclude_files = "Example"
s.exclude_files = "Sources/ETETestSuite/**/*.swift"
s.frameworks = "UIKit", "Foundation", "CoreTelephony"
s.dependency "SwiftProtobuf", "~> 1.10"
s.dependency "SwiftProtobuf", "~> 1.21.0"
s.dependency "ReachabilitySwift", '>= 5.0.0'
s.dependency "GRDB.swift", "~> 5.12"
s.dependency "GRDB.swift", "~> 6.7.0"
s.dependency "Starscream", "~> 4.0"

s.default_subspec = 'Core'
Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ project 'Clickstream.xcodeproj'
workspace 'Clickstream.xcworkspace'

def clickstream_pods
pod 'SwiftProtobuf', '~> 1.10'
pod 'SwiftProtobuf', '~> 1.21.0'
pod 'ReachabilitySwift', '>= 5.0.0'
pod 'GRDB.swift', '~> 5.12'
pod 'GRDB.swift', '~> 6.7.0'
pod 'Starscream', '~> 4.0.6'
end

Expand Down
20 changes: 10 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- GRDB.swift (6.24.1):
- GRDB.swift/standard (= 6.24.1)
- GRDB.swift/standard (6.24.1)
- GRDB.swift (6.7.0):
- GRDB.swift/standard (= 6.7.0)
- GRDB.swift/standard (6.7.0)
- ReachabilitySwift (5.0.0)
- Starscream (4.0.8)
- SwiftProtobuf (1.25.2)
- SwiftProtobuf (1.21.0)

DEPENDENCIES:
- GRDB.swift (~> 6.7)
- GRDB.swift (~> 6.7.0)
- ReachabilitySwift (>= 5.0.0)
- Starscream (~> 4.0.6)
- SwiftProtobuf (~> 1.10)
- SwiftProtobuf (~> 1.21.0)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -20,11 +20,11 @@ SPEC REPOS:
- SwiftProtobuf

SPEC CHECKSUMS:
GRDB.swift: 136dcb5d8dddca50aae3ba7d77475f79e7232cd8
GRDB.swift: df2fdb0752e88383fc314e1e5d7c3a76d52054eb
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9
SwiftProtobuf: 407a385e97fd206c4fbe880cc84123989167e0d1
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7

PODFILE CHECKSUM: 12f0fcd6592ee203f8b3339e7ec80ee9771693c0
PODFILE CHECKSUM: 8479bb2373fa5a054948beeb538d0ff2a1b6fa6d

COCOAPODS: 1.15.2
COCOAPODS: 1.15.0

0 comments on commit b342a23

Please sign in to comment.