We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f452ab6 commit f3aa68cCopy full SHA for f3aa68c
1 file changed
Package.swift
@@ -20,7 +20,7 @@ let package = Package(
20
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
21
.target(
22
name: "ObservableNetworking",
23
- dependencies: ["RxSwift"]),
+ dependencies: ["RxSwift", "RxCocoa"]),
24
.testTarget(
25
name: "ObservableNetworkingTests",
26
dependencies: ["ObservableNetworking"]),
0 commit comments