Skip to content

Commit

Permalink
Update curvelib_xc.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Apr 11, 2024
1 parent 3a4a34f commit 0e2995f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion curvelib_xc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ Pod::Spec.new do |spec|
ss.source_files = 'Sources/curve_secp256k1/include/*.h'
ss.public_header_files = 'Sources/curve_secp256k1/include/*.h'
end


spec.subspec 'common' do |ss|
ss.source_files = 'Sources/curvelib/common/**/*.{swift}'
ss.dependency 'curvelib_xc/curvelib_xc'
end
end

0 comments on commit 0e2995f

Please sign in to comment.