File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "web3swift"
3
- s . version = "0.8.1 "
3
+ s . version = "0.9.0 "
4
4
s . summary = "Web3 implementation in vanilla Swift for iOS ans macOS"
5
5
6
6
s . description = <<-DESC
@@ -16,7 +16,7 @@ s.social_media_url = 'https://twitter.com/shamatar'
16
16
s . swift_version = '4.1'
17
17
s . module_name = 'web3swift'
18
18
s . ios . deployment_target = "9.0"
19
- s . osx . deployment_target = "10.13 "
19
+ s . osx . deployment_target = "10.11 "
20
20
s . source_files = "web3swift/**/*.{h,swift}" ,
21
21
s . public_header_files = "web3swift/**/*.{h}"
22
22
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
@@ -29,5 +29,5 @@ s.dependency 'Result', '~> 3.0.0'
29
29
s . dependency 'CryptoSwift' , '~> 0.10.0'
30
30
s . dependency 'libsodium' , '~> 1.0.12'
31
31
s . dependency 'secp256k1_ios' , '~> 0.1.3'
32
-
32
+ s . dependency 'PromiseKit' , '~> 6.3.0'
33
33
end
You can’t perform that action at this time.
0 commit comments