Skip to content

Commit

Permalink
Update curveSecp256k1.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Apr 9, 2024
1 parent 0a007b9 commit 2a997cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curveSecp256k1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/tkey/curvelib.swift.git", :tag => spec.version }

spec.source_files = 'Sources/curvelib/secp256k1/**/*.{swift}'
spec.dependency 'curvelib_xc'
spec.dependency 'curvelibCommon'
spec.dependency 'curvelib_xc' , '0.0.3'
spec.dependency 'curvelibCommon' '0.0.3''
end

0 comments on commit 2a997cb

Please sign in to comment.