diff --git a/KustomerChat.podspec b/KustomerChat.podspec index 6022f5c..88fb0e7 100644 --- a/KustomerChat.podspec +++ b/KustomerChat.podspec @@ -21,4 +21,7 @@ Pod::Spec.new do |s| s.dependency 'ReachabilitySwift', '~> 5.2.3' s.dependency 'NotificationView', '~> 0.2.5' s.dependency 'Nantes', '~> 0.1.2' + s.dependency 'SwiftyJSON', '~> 5.0.2' + s.dependency 'NextGrowingTextView', '~> 2.1.0' + s.dependency 'JWTDecode', '~> 3.0.1' end diff --git a/Package.resolved b/Package.resolved index feade85..6aa8ad4 100644 --- a/Package.resolved +++ b/Package.resolved @@ -54,6 +54,33 @@ "revision": "a82b861bc7863b22c798601e28ff2e8ec86ce4ee", "version": "0.1.2" } + }, + { + "package": "SwiftyJSON", + "repositoryURL": "https://github.com/SwiftyJSON/SwiftyJSON", + "state": { + "branch": null, + "revision": "af76cf3ef710b6ca5f8c05f3a31307d44a3c5828", + "version": 5.0.2" + } + }, + { + "package": "NextGrowingTextView", + "repositoryURL": "https://github.com/FluidGroup/NextGrowingTextView", + "state": { + "branch": null, + "revision": "84bfae77a1113ac1c555705488356d0ad71bac2d", + "version": 2.1.0" + } + }, + { + "package": "JWTDecode", + "repositoryURL": "https://github.com/auth0/JWTDecode.swift", + "state": { + "branch": null, + "revision": "7918a343e674c7707e0be120bb4e21d679be014c", + "version": 3.0.1" + } } ] }, diff --git a/Package.swift b/Package.swift index e9ad373..f09639a 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,10 @@ let package = Package( .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/instacart/Nantes", from: "0.1.2") + .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: "NextGrowingTextView", url: "https://github.com/FluidGroup/NextGrowingTextView", from: "2.1.0"), + .package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift", from: "3.0.1") ], targets: [ .binaryTarget(