diff --git a/KustomerChat.podspec b/KustomerChat.podspec index b24d6b0..2349f8b 100644 --- a/KustomerChat.podspec +++ b/KustomerChat.podspec @@ -22,4 +22,5 @@ Pod::Spec.new do |s| s.dependency 'NotificationView', '~> 0.2.5' s.dependency 'Nantes', '~> 0.1.2' s.dependency 'SwiftyJSON', '~> 5.0.2' + s.dependency 'NextGrowingTextView', '~> 2.1.0' end diff --git a/Package.resolved b/Package.resolved index 1fdff9b..f27e644 100644 --- a/Package.resolved +++ b/Package.resolved @@ -63,6 +63,15 @@ "revision": "af76cf3ef710b6ca5f8c05f3a31307d44a3c5828", "version": 5.0.2" } + }, + { + "package": "NextGrowingTextView", + "repositoryURL": "https://github.com/FluidGroup/NextGrowingTextView", + "state": { + "branch": null, + "revision": "84bfae77a1113ac1c555705488356d0ad71bac2d", + "version": 2.1.0" + } } ] }, diff --git a/Package.swift b/Package.swift index 45bd402..3f542cf 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,8 @@ let package = Package( .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/instacart/Nantes", from: "0.1.2"), - .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", from: "5.0.2") + .package(name: "SwiftyJSON", url: "https://github.com/SwiftyJSON/SwiftyJSON", from: "5.0.2"), + .package(name: "NextGrowingTextView", url: "https://github.com/FluidGroup/NextGrowingTextView", from: "2.1.0") ], targets: [ .binaryTarget(