Skip to content

Commit

Permalink
Merge pull request #114 from kustomer/raymond.jones/kdev-66627-66628-…
Browse files Browse the repository at this point in the history
…nantes-notification-view

[Size][KDEV-66627][KDEV-66628] Add Nantes and NotificationView to Package Dependencies
  • Loading branch information
raymondjoneskustomer authored Sep 27, 2024
2 parents 77a66de + 5528f06 commit 15fdc69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.7.1'
s.dependency 'ReachabilitySwift', '~> 5.2.3'
s.dependency 'NotificationView', '~> 0.2.5'
s.dependency 'Nantes', '~> 0.1.2'
end
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ let package = Package(
dependencies: [
.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.7.1"),
.package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", from: "5.2.3")
.package(name: "SnapKit", url: "https://github.com/SnapKit/SnapKit", from: "5.7.1")
.package(name: "Reachability", url: "https://github.com/ashleymills/Reachability.swift", from: "5.2.3"),
.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 15fdc69

Please sign in to comment.