Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjoneskustomer committed Oct 8, 2024
1 parent 742630f commit f64a478
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions KustomerChat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
},
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit f64a478

Please sign in to comment.