Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrading versions for SwiftProtobuf and GRDB #67

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading