Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit

Permalink
Fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Feb 29, 2024
1 parent 873be94 commit c67166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpruceIDWalletSdkRs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '13.0'

spec.static_framework = true
spec.source = { :git => "https://spruceid/wallet-sdk-rs.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/spruceid/wallet-sdk-rs.git", :tag => "#{spec.version}" }
spec.source_files = "WalletSdkRs/Sources/WalletSdkRs/*.swift"
spec.frameworks = 'Foundation'

Expand Down

0 comments on commit c67166a

Please sign in to comment.