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|
2
2
spec . compiler_flags = '-DCOCOAPODS'
3
3
4
4
spec . name = 'Web3Core'
5
- spec . version = '3.0.6'
6
- spec . module_name = 'Core'
5
+ spec . version = '3.1.1'
7
6
spec . ios . deployment_target = "13.0"
8
7
spec . osx . deployment_target = "10.15"
9
8
spec . license = { :type => 'Apache License 2.0' , :file => 'LICENSE.md' }
@@ -16,5 +15,5 @@ Pod::Spec.new do |spec|
16
15
spec . dependency 'secp256k1.c' , '~> 0.1'
17
16
spec . dependency 'BigInt' , '~> 5.2.0' # no newer version in pods.
18
17
spec . dependency 'CryptoSwift' , '~> 1.5.1'
19
- spec . source_files = "Sources/Core /**/*.swift"
18
+ spec . source_files = "Sources/Web3Core /**/*.swift"
20
19
end
Original file line number Diff line number Diff line change 1
- WEB3CORE_VERSION ||= '3.0.6 '
1
+ WEB3CORE_VERSION ||= '3.1.1 '
2
2
3
3
Pod ::Spec . new do |spec |
4
4
spec . name = 'web3swift'
You can’t perform that action at this time.
0 commit comments