Skip to content

Commit

Permalink
Update spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Oct 19, 2023
1 parent 0e4d80d commit d92eb82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.39.0"),
.package(url: "https://github.com/kean/Nuke.git", .exact("11.3.1"))
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.39.0"),
],
targets: [
.target(
name: "StreamChatSwiftUI",
dependencies: [.product(name: "StreamChat", package: "stream-chat-swift"), "Nuke", .product(name: "NukeUI", package: "Nuke")],
dependencies: [.product(name: "StreamChat", package: "stream-chat-swift")],
exclude: ["README.md", "Info.plist", "Generated/L10n_template.stencil"],
resources: [.process("Resources")]
)
Expand Down
2 changes: 1 addition & 1 deletion StreamChatSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/GetStream/stream-chat-swiftui.git" }
spec.requires_arc = true

spec.source_files = ["Sources/StreamChatSwiftUI/**/*.swift", "Sources/StreamNuke/**/*.swift", "Sources/StreamSwiftyGif/**/*.swift"]
spec.source_files = ["Sources/StreamChatSwiftUI/**/*.swift"]
spec.exclude_files = ["Sources/StreamChatSwiftUI/**/*_Tests.swift", "Sources/StreamChatSwiftUI/**/*_Mock.swift"]
spec.resource_bundles = { "StreamChatSwiftUI" => ["Sources/StreamChatSwiftUI/Resources/**/*"] }

Expand Down

0 comments on commit d92eb82

Please sign in to comment.