File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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"
2019end
Original file line number Diff line number Diff line change 1- WEB3CORE_VERSION ||= '3.0.6 '
1+ WEB3CORE_VERSION ||= '3.1.1 '
22
33Pod ::Spec . new do |spec |
44 spec . name = 'web3swift'
You can’t perform that action at this time.
0 commit comments