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 efa1ec7 commit adf8922Copy full SHA for adf8922
Protobuf-C++.podspec
@@ -25,10 +25,10 @@ Pod::Spec.new do |s|
25
26
s.header_mappings_dir = 'src'
27
28
- s.ios.deployment_target = '7.0'
29
- s.osx.deployment_target = '10.9'
30
- s.tvos.deployment_target = '9.0'
31
- s.watchos.deployment_target = '2.0'
+ s.ios.deployment_target = '12.0'
+ s.osx.deployment_target = '10.13'
+ s.tvos.deployment_target = '12.0'
+ s.watchos.deployment_target = '6.0'
32
33
s.pod_target_xcconfig = {
34
# Do not let src/google/protobuf/stubs/time.h override system API
0 commit comments