Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
Use AlamofireDynamic, which will let me inherit its privacy manifest
  • Loading branch information
fraune committed Apr 4, 2024
1 parent b1bc0c4 commit 8f5805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(name: "RxAlamofire",
.target(name: "RxAlamofire",
dependencies: [
.product(name: "RxSwift", package: "RxSwift"),
.product(name: "Alamofire", package: "Alamofire"),
.product(name: "AlamofireDynamic", package: "Alamofire"),
.product(name: "RxCocoa", package: "RxSwift")
],
path: "Sources"),
Expand Down

0 comments on commit 8f5805e

Please sign in to comment.