Skip to content

Commit

Permalink
Lock reachability swift version in podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrahul43 committed Jun 20, 2024
1 parent bced605 commit 64aabb7
Showing 1 changed file with 1 addition and 1 deletion.
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.2.3'
pod 'ReachabilitySwift', '5.2.3'
pod 'GRDB.swift', '~> 6.7.0'
pod 'Starscream', '~> 4.0.6'
end
Expand Down

0 comments on commit 64aabb7

Please sign in to comment.