Skip to content

Commit

Permalink
Update curvelibxc.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Apr 11, 2024
1 parent 0e2995f commit 282343f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions curvelib_xc.podspec → curvelibxc.podspec
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
Pod::Spec.new do |spec|
spec.name = "curvelib_xc"
spec.name = "curvelibxc"
spec.version = "0.0.3"
spec.summary = "Curve Library for Torus"
spec.homepage = "https://github.com/Web3Auth"
spec.license = { :type => 'MIT', :file => 'License.md' }
spec.swift_version = "5.7"
spec.author = { "Torus Labs" => "gaurav@tor.us" }
spec.module_name = "curvelib_xc"
spec.module_name = "curvelibxc"
spec.source = { :git => "https://github.com/tkey/curvelib.swift.git", :tag => spec.version }

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

spec.subspec 'curvelib_xc' do |ss|
spec.subspec 'curvelibxcf' 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

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

0 comments on commit 282343f

Please sign in to comment.