Skip to content

Commit

Permalink
test podspec 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Apr 9, 2024
1 parent c1a63a7 commit 0a007b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion curveSecp256k1.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "curveSecp256k1"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.platform = :ios, "13.0"
spec.summary = "Curve Library for Torus"
spec.homepage = "https://github.com/Web3Auth"
Expand Down
2 changes: 1 addition & 1 deletion curvelibCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "curvelibCommon"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.platform = :ios, "13.0"
spec.summary = "Curve Library for Torus"
spec.homepage = "https://github.com/Web3Auth"
Expand Down
2 changes: 1 addition & 1 deletion curvelibSha3.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "curvelibSha3"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.platform = :ios, "13.0"
spec.summary = "Curve Library for Torus"
spec.homepage = "https://github.com/Web3Auth"
Expand Down
2 changes: 1 addition & 1 deletion curvelib_xc.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "curvelib_xc"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.summary = "Curve Library for Torus"
spec.homepage = "https://github.com/Web3Auth"
spec.license = { :type => 'MIT', :file => 'License.md' }
Expand Down
2 changes: 1 addition & 1 deletion encryption_aes_cbc_sha512.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "encryption_aes_cbc_sha512"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.platform = :ios, "13.0"
spec.summary = "Curve Library for Torus"
spec.homepage = "https://github.com/Web3Auth"
Expand Down

0 comments on commit 0a007b9

Please sign in to comment.