Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
EyreFree committed Sep 18, 2024
1 parent 0b50406 commit 817ba22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swift_qrcodejs.podspec → ef_swift_qrcodejs.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|

s.name = "swift_qrcodejs"
s.name = "ef_swift_qrcodejs"
s.module_name = "QRCodeSwift"
s.version = "2.3.0"
s.summary = "Cross-appleOS SIMPLE QRCode generator for swift, modified based on qrcodejs."
Expand Down Expand Up @@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = "6.0"
s.tvos.deployment_target = "11.0"

s.source = { :git => "https://github.com/ApolloZhu/swift_qrcodejs.git", :tag => s.version }
s.source = { :git => "https://github.com/EFPrefix/swift_qrcodejs.git", :tag => s.version }

s.source_files = "Sources/**/*.{h,swift}"
s.swift_versions = ['4.2', '5.0']
Expand Down

0 comments on commit 817ba22

Please sign in to comment.