Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Apr 9, 2024
1 parent 114d0a0 commit 6700a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion curvelibSha3.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ Pod::Spec.new do |spec|

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

3 changes: 1 addition & 2 deletions curvelib_xc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/tkey/curvelib.swift.git", :tag => spec.version }

spec.vendored_frameworks = 'Sources/curve_secp256k1/curve_secp256k1.xcframework'
spec.source_files = 'Sources/curve_secp256k1/include/*.h'
spec.public_header_files = 'Sources/curve_secp256k1/include/*.h'


end

0 comments on commit 6700a5f

Please sign in to comment.