diff --git a/Package.swift b/Package.swift index bb1178f1..9f414544 100644 --- a/Package.swift +++ b/Package.swift @@ -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")] ) diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec index 571fa9fd..0da20d05 100644 --- a/StreamChatSwiftUI.podspec +++ b/StreamChatSwiftUI.podspec @@ -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/**/*"] }