From 987fa5e1c71b0a10d92662ff522654dc5a87c633 Mon Sep 17 00:00:00 2001 From: august Date: Wed, 1 Feb 2023 15:11:24 +0800 Subject: [PATCH 1/5] remove module_name from Web3Core.podspec --- Web3Core.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index 80873eece..20828cdf8 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -3,7 +3,6 @@ Pod::Spec.new do |spec| spec.name = 'Web3Core' spec.version = '3.0.6' - spec.module_name = 'Core' spec.ios.deployment_target = "13.0" spec.osx.deployment_target = "10.15" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' } From be3f55a1cc1a88531cc620378d130bbb3031a49a Mon Sep 17 00:00:00 2001 From: august Date: Wed, 1 Feb 2023 15:24:20 +0800 Subject: [PATCH 2/5] update Web3Core.spec source file path --- Web3Core.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index 20828cdf8..d0ded29c5 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -15,5 +15,5 @@ Pod::Spec.new do |spec| spec.dependency 'secp256k1.c', '~> 0.1' spec.dependency 'BigInt', '~> 5.2.0' # no newer version in pods. spec.dependency 'CryptoSwift', '~> 1.5.1' - spec.source_files = "Sources/Core/**/*.swift" + spec.source_files = "Sources/Web3Core/**/*.swift" end From 1ac6df5b9b0ccb100c5b43d264938e96ab8a5c74 Mon Sep 17 00:00:00 2001 From: august Date: Thu, 2 Feb 2023 11:08:32 +0800 Subject: [PATCH 3/5] update podspec version --- Web3Core.podspec | 2 +- web3swift.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index d0ded29c5..df71e5207 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.compiler_flags = '-DCOCOAPODS' spec.name = 'Web3Core' - spec.version = '3.0.6' + spec.version = '3.1.0' spec.ios.deployment_target = "13.0" spec.osx.deployment_target = "10.15" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' } diff --git a/web3swift.podspec b/web3swift.podspec index 48d930d88..475718533 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,4 +1,4 @@ -WEB3CORE_VERSION ||= '3.0.6' +WEB3CORE_VERSION ||= '3.1.0' Pod::Spec.new do |spec| spec.name = 'web3swift' From 1c226f0b4ceacc0cbed92aa2c9d93d626553b89f Mon Sep 17 00:00:00 2001 From: Jenea Vranceanu <36865532+JeneaVranceanu@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:16:04 +0200 Subject: [PATCH 4/5] chore: web3swift.podspec - version set to 3.1.1 --- web3swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3swift.podspec b/web3swift.podspec index 475718533..50da01f53 100755 --- a/web3swift.podspec +++ b/web3swift.podspec @@ -1,4 +1,4 @@ -WEB3CORE_VERSION ||= '3.1.0' +WEB3CORE_VERSION ||= '3.1.1' Pod::Spec.new do |spec| spec.name = 'web3swift' From c09e631f815524ee8bfd1769e8be9bfac53db5b0 Mon Sep 17 00:00:00 2001 From: Jenea Vranceanu <36865532+JeneaVranceanu@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:16:07 +0200 Subject: [PATCH 5/5] chore: Web3Core.podspec - version set to 3.1.1 --- Web3Core.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web3Core.podspec b/Web3Core.podspec index df71e5207..0da2cabc9 100644 --- a/Web3Core.podspec +++ b/Web3Core.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.compiler_flags = '-DCOCOAPODS' spec.name = 'Web3Core' - spec.version = '3.1.0' + spec.version = '3.1.1' spec.ios.deployment_target = "13.0" spec.osx.deployment_target = "10.15" spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }