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 9, 2024
1 parent 6700a5f commit 0c15599
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
@@ -1,7 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "curvelib_xc"
spec.version = "0.1.2"
spec.platform = :ios, "13.0"
spec.summary = "Curve Library for Torus"
spec.homepage = "https://github.com/Web3Auth"
spec.license = { :type => 'MIT', :file => 'License.md' }
Expand All @@ -11,6 +10,11 @@ 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.ios.deployment_target = '13.0'
spec.osx.deployment_target = '10.13'

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

end

0 comments on commit 0c15599

Please sign in to comment.