Skip to content

Commit 9cf5572

Browse files
Update minimum cocoapods deployment_target to 9.0
1 parent ca0fee8 commit 9cf5572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22
spec.name = 'web3swift'
33
spec.version = '2.5.0'
44
spec.ios.deployment_target = "9.0"
5-
spec.osx.deployment_target = "10.11"
5+
spec.osx.deployment_target = "10.12"
66
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
77
spec.summary = 'Web3 implementation in vanilla Swift for iOS, macOS, and Linux'
88
spec.homepage = 'https://github.com/matter-labs/web3swift'

0 commit comments

Comments
 (0)