Skip to content

Commit

Permalink
fix: module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Apr 8, 2024
1 parent 47c4455 commit e80de1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvelib_xc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'MIT', :file => 'License.md' }
spec.swift_version = "5.7"
spec.author = { "Torus Labs" => "gaurav@tor.us" }
spec.module_name = "curvelib"
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'
Expand Down

0 comments on commit e80de1b

Please sign in to comment.