Skip to content

Commit 9698408

Browse files
authored
Merge pull request #23 from loay-ashraf/development
v0.0.1 Release!
2 parents 659269c + 0599a3c commit 9698408

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.package(url: "https://github.com/RxSwiftCommunity/RxSwiftExt", .upToNextMajor(from: "6.1.0")),
2222
],
2323
targets: [
24-
.target(name: "RxNetworkKit", dependencies: ["RxSwift", "RxSwiftExt", .product(name: "RxCocoa", package: "RxSwift")], path: "RxNetworkKit"),
24+
.target(name: "RxNetworkKit", dependencies: ["RxSwift", "RxSwiftExt", .product(name: "RxCocoa", package: "RxSwift")], path: "Source"),
2525
],
2626
swiftLanguageVersions: [.v5]
2727
)
File renamed without changes.

0 commit comments

Comments
 (0)