Skip to content

Commit

Permalink
ApolloZhu/swift_qrcodejs -> EFPrefix/swift_qrcodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Sep 18, 2024
1 parent 5cc6cc0 commit 97f66a5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ApolloZhu/swift_qrcodejs" ~> 2.2.2
github "EFPrefix/swift_qrcodejs" ~> 2.3.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ApolloZhu/swift_qrcodejs" "2.2.2"
github "EFPrefix/swift_qrcodejs" "2.3.0"
2 changes: 1 addition & 1 deletion EFQRCode.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pod::Spec.new do |s|
s.ios.framework = 'CoreImage'
s.osx.framework = 'CoreImage'
s.tvos.framework = 'CoreImage'
s.watchos.dependency 'swift_qrcodejs', '~> 2.2.2'
s.watchos.dependency 'ef_swift_qrcodejs', '~> 2.3.0'

s.source_files = 'Source/**/*.{h,swift}'
end
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "swift_qrcodejs",
"repositoryURL": "https://github.com/ApolloZhu/swift_qrcodejs.git",
"repositoryURL": "https://github.com/EFPrefix/swift_qrcodejs.git",
"state": {
"branch": null,
"revision": "374dc7f7b9e76c6aeb393f6a84590c6d387e1ecb",
"version": "2.2.2"
"revision": "817ba220a2eba840bae888e7eeb11207bec05f8c",
"version": "2.3.0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ let package = Package(
.library(name: "EFQRCode", targets: ["EFQRCode"])
],
dependencies: [
.package(url: "https://github.com/ApolloZhu/swift_qrcodejs.git",
.upToNextMinor(from: "2.2.2"))
.package(url: "https://github.com/EFPrefix/swift_qrcodejs.git",
.upToNextMinor(from: "2.3.0"))
],
targets: [
.target(name: "EFQRCode",
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-5.3.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ let package = Package(
.library(name: "EFQRCode", targets: ["EFQRCode"])
],
dependencies: [
.package(url: "https://github.com/ApolloZhu/swift_qrcodejs.git",
.upToNextMinor(from: "2.2.2"))
.package(url: "https://github.com/EFPrefix/swift_qrcodejs.git",
.upToNextMinor(from: "2.3.0"))
],
targets: [
.target(name: "EFQRCode",
Expand Down

0 comments on commit 97f66a5

Please sign in to comment.