Adds watch os deployment target for protobuf

pull/1898/head
Sergio Campama 8 years ago
parent 6b3d120539
commit 275db044b2
  1. 1
      Protobuf.podspec

@ -36,5 +36,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '7.1' s.ios.deployment_target = '7.1'
s.osx.deployment_target = '10.9' s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
s.requires_arc = false s.requires_arc = false
end end

Loading…
Cancel
Save