Manos Chorianopoulos

spm Package dependencies fix

...@@ -20,8 +20,8 @@ let package = Package( ...@@ -20,8 +20,8 @@ let package = Package(
20 ), 20 ),
21 ], 21 ],
22 dependencies: [ 22 dependencies: [
23 - .package(url: "https://github.com/yeahdongcn/RSBarcodes_Swift.git", from: "5.2.0"), 23 + .package(url: "https://github.com/yeahdongcn/RSBarcodes_Swift", from: "5.2.0"),
24 - .package(url: "https://github.com/cesarferreira/SwiftEventBus.git", from: "5.0.0") 24 + .package(url: "https://github.com/cesarferreira/SwiftEventBus", from: "5.0.0")
25 ], 25 ],
26 targets: [ 26 targets: [
27 .target( 27 .target(
......