Skip to content

Commit 57463b8

Browse files
Merge pull request #749 from zhangliugang/fix/podspec_module_name
2 parents 380c0c6 + c09e631 commit 57463b8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Web3Core.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ Pod::Spec.new do |spec|
22
spec.compiler_flags = '-DCOCOAPODS'
33

44
spec.name = 'Web3Core'
5-
spec.version = '3.0.6'
6-
spec.module_name = 'Core'
5+
spec.version = '3.1.1'
76
spec.ios.deployment_target = "13.0"
87
spec.osx.deployment_target = "10.15"
98
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
@@ -16,5 +15,5 @@ Pod::Spec.new do |spec|
1615
spec.dependency 'secp256k1.c', '~> 0.1'
1716
spec.dependency 'BigInt', '~> 5.2.0' # no newer version in pods.
1817
spec.dependency 'CryptoSwift', '~> 1.5.1'
19-
spec.source_files = "Sources/Core/**/*.swift"
18+
spec.source_files = "Sources/Web3Core/**/*.swift"
2019
end

web3swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WEB3CORE_VERSION ||= '3.0.6'
1+
WEB3CORE_VERSION ||= '3.1.1'
22

33
Pod::Spec.new do |spec|
44
spec.name = 'web3swift'

0 commit comments

Comments
 (0)