Skip to content

Commit

Permalink
Merge pull request #74 from gojek/fix_reachability_version_issue
Browse files Browse the repository at this point in the history
Fix reachability version mismatch issue
  • Loading branch information
rcrahul43 authored Jun 20, 2024
2 parents c0f81df + 38c260e commit bbae00b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit bbae00b

Please sign in to comment.