Skip to content

Commit

Permalink
fix: default no subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Apr 8, 2024
1 parent e80de1b commit a0acd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvelib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.module_name = "curvelib"
spec.source = { :git => "https://github.com/tkey/curvelib.swift.git", :tag => spec.version }

spec.default_subspecs = 'curveSecp256k1' , 'encryption_aes_cbc_sha512', 'sha3', 'common'
spec.default_subspecs = []

spec.subspec 'curvelib_xc' do |ss|
ss.vendored_frameworks = 'Sources/curve_secp256k1/curve_secp256k1.xcframework'
Expand Down

0 comments on commit a0acd5a

Please sign in to comment.