diff --git a/KustomerChat.podspec b/KustomerChat.podspec index 125f7f7..7b86df7 100644 --- a/KustomerChat.podspec +++ b/KustomerChat.podspec @@ -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 diff --git a/Package.swift b/Package.swift index 15ab011..5ddd0ad 100644 --- a/Package.swift +++ b/Package.swift @@ -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(