|
|
@ -45,7 +45,7 @@ Pod::Spec.new do |s| |
|
|
|
s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1' } |
|
|
|
s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1' } |
|
|
|
|
|
|
|
|
|
|
|
s.ios.deployment_target = '10.0' |
|
|
|
s.ios.deployment_target = '10.0' |
|
|
|
s.osx.deployment_target = '10.12' |
|
|
|
s.osx.deployment_target = '10.13' |
|
|
|
s.tvos.deployment_target = '12.0' |
|
|
|
s.tvos.deployment_target = '12.0' |
|
|
|
s.watchos.deployment_target = '6.0' |
|
|
|
s.watchos.deployment_target = '6.0' |
|
|
|
s.visionos.deployment_target = '1.0' |
|
|
|
s.visionos.deployment_target = '1.0' |
|
|
|