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 316e771 commit 3a4a34f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions curvelib_xc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Pod::Spec.new do |spec|
spec.module_name = "curvelib_xc"
spec.source = { :git => "https://github.com/tkey/curvelib.swift.git", :tag => spec.version }

spec.vendored_frameworks = 'Sources/curve_secp256k1/curve_secp256k1.xcframework'

spec.ios.deployment_target = '13.0'
spec.osx.deployment_target = '10.13'

spec.source_files = 'Sources/curve_secp256k1/**/*.{h,c}'
spec.public_header_files = 'Sources/curve_secp256k1/include/*.h'
spec.subspec 'curvelib_xc' do |ss|
ss.vendored_frameworks = 'Sources/curve_secp256k1/curve_secp256k1.xcframework'
ss.source_files = 'Sources/curve_secp256k1/include/*.h'
ss.public_header_files = 'Sources/curve_secp256k1/include/*.h'
end

end

0 comments on commit 3a4a34f

Please sign in to comment.