We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0fee8 commit 9cf5572Copy full SHA for 9cf5572
web3swift.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
2
spec.name = 'web3swift'
3
spec.version = '2.5.0'
4
spec.ios.deployment_target = "9.0"
5
- spec.osx.deployment_target = "10.11"
+ spec.osx.deployment_target = "10.12"
6
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
7
spec.summary = 'Web3 implementation in vanilla Swift for iOS, macOS, and Linux'
8
spec.homepage = 'https://github.com/matter-labs/web3swift'
0 commit comments