Skip to content

Commit

Permalink
Merge pull request #123 from kustomer/raymond.jones/add-SwiftyJSON
Browse files Browse the repository at this point in the history
[Size][KDEV-67389] Add SwiftyJSON, NextGrowingTextView and JWTDecode to dependencies - so they can be marked Implementation Only in chat-sdk-ios
  • Loading branch information
raymondjoneskustomer authored Oct 22, 2024
2 parents 7386dc4 + d6a260e commit ae91d23
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
3 changes: 3 additions & 0 deletions KustomerChat.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
27 changes: 27 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
},
Expand Down
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ae91d23

Please sign in to comment.