Skip to content

Commit

Permalink
Add reachability
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjoneskustomer committed Sep 20, 2024
1 parent 95d597e commit dace58a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions KustomerChat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Pod::Spec.new do |s|
s.dependency 'PubNubSwift', '~> 6.3.0'
s.dependency 'Down', '~> 0.11.0'
s.dependency 'SnapKit', '~> 5.0.1'
s.dependency 'ReachabilitySwift', '~> 5.0.0'
end
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"revision": "d458564516e5676af9c70b4f4b2a9178294f1bc6",
"version": "5.0.1"
}
},
{
"package": "Reachability",
"repositoryURL": "https://github.com/ashleymills/Reachability.swift",
"state": {
"branch": null,
"revision": "98e968e7b6c1318fb61df23e347bc319761e8acb",
"version": "5.0.0"
}
}
]
},
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ let package = Package(
.package(name: "PubNub", url: "https://github.com/pubnub/swift.git", from: "6.3.0"),
.package(name: "Down", url: "https://github.com/kustomer/Down", from: "0.11.0"),
.package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", from: "5.0.1")
.package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", from: "5.0.0")
],
targets: [
.binaryTarget(
Expand Down

0 comments on commit dace58a

Please sign in to comment.