Skip to content

Commit

Permalink
add nantes and notification view
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjoneskustomer committed Sep 23, 2024
1 parent 7988c75 commit b96821a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions KustomerChat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ Pod::Spec.new do |s|
s.dependency 'Down', '~> 0.11.0'
s.dependency 'SnapKit', '~> 5.0.1'
s.dependency 'ReachabilitySwift', '~> 5.0.0'
s.dependency 'NotificationView', '~> 0.2.5'
s.dependency 'Nantes', '~> 0.1.2'
end
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ 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")
.package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", from: "5.0.0"),
.package(name: "NotificationView", url: "https://github.com/pikachu987/NotificationView", from: "0.2.5"),
.package(name: "Nantes", url: "https://github.com/ashleymills/Reachability.swift", from: "0.1.2")
],
targets: [
.binaryTarget(
Expand Down

0 comments on commit b96821a

Please sign in to comment.