Skip to content

Commit

Permalink
Merge pull request #427 from skywinder/pod-fix
Browse files Browse the repository at this point in the history
Fix-up
  • Loading branch information
yaroslavyaroslav authored Dec 23, 2021
2 parents ca0fee8 + 9cf5572 commit ff538e8
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 ff538e8

Please sign in to comment.