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

Fix reachability version mismatch issue #74

Merged
merged 4 commits into from
Jun 20, 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
2 changes: 1 addition & 1 deletion Clickstream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/gojek/clickstream-ios.git', :tag => s.version }

s.platform = :ios
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.swift_version = '5.0'

s.source_files = 'Sources/**/*.swift'
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace 'Clickstream.xcworkspace'

def clickstream_pods
pod 'SwiftProtobuf', '~> 1.21.0'
pod 'ReachabilitySwift', '>= 5.0.0'
pod 'ReachabilitySwift', '5.2.3'
pod 'GRDB.swift', '~> 6.7.0'
pod 'Starscream', '~> 4.0.6'
end
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PODS:
- GRDB.swift (6.7.0):
- GRDB.swift/standard (= 6.7.0)
- GRDB.swift/standard (6.7.0)
- ReachabilitySwift (5.0.0)
- ReachabilitySwift (5.2.3)
- Starscream (4.0.8)
- SwiftProtobuf (1.21.0)

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

Expand All @@ -21,10 +21,10 @@ SPEC REPOS:

SPEC CHECKSUMS:
GRDB.swift: df2fdb0752e88383fc314e1e5d7c3a76d52054eb
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
ReachabilitySwift: 7f151ff156cea1481a8411701195ac6a984f4979
Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9
SwiftProtobuf: afced68785854575756db965e9da52bbf3dc45e7

PODFILE CHECKSUM: 8479bb2373fa5a054948beeb538d0ff2a1b6fa6d
PODFILE CHECKSUM: 90f76e61798bef03c4deda5bc7d258ea40c1ddd0

COCOAPODS: 1.15.0
COCOAPODS: 1.15.2
Loading