Skip to content

Commit

Permalink
Fix reachability version mimatch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrahul43 committed Jun 20, 2024
1 parent 22cd319 commit 45e8e43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Clickstream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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'
s.exclude_files = "Example"
s.exclude_files = "Sources/ETETestSuite/**/*.swift"
s.frameworks = "UIKit", "Foundation", "CoreTelephony"
s.dependency "SwiftProtobuf", "~> 1.21.0"
s.dependency "ReachabilitySwift", '>= 5.0.0'
s.dependency "ReachabilitySwift", '~> 5.2.3'
s.dependency "GRDB.swift", "~> 6.7.0"
s.dependency "Starscream", "~> 4.0"

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: 7ce7d8a09f4c1f51dfbb48a9b98517279213ae5c

COCOAPODS: 1.15.0
COCOAPODS: 1.15.2

0 comments on commit 45e8e43

Please sign in to comment.