Skip to content

Commit

Permalink
Update minimum cocoapods deployment_target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavyaroslav committed Dec 23, 2021
1 parent ca0fee8 commit 9cf5572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
spec.name = 'web3swift'
spec.version = '2.5.0'
spec.ios.deployment_target = "9.0"
spec.osx.deployment_target = "10.11"
spec.osx.deployment_target = "10.12"
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
spec.summary = 'Web3 implementation in vanilla Swift for iOS, macOS, and Linux'
spec.homepage = 'https://github.com/matter-labs/web3swift'
Expand Down

0 comments on commit 9cf5572

Please sign in to comment.