Merge pull request #1898 from sergiocampama/watchos

Adds watch os deployment target for protobuf
pull/1924/head
Thomas Van Lenten 9 years ago committed by GitHub
commit 6d134eac6f
  1. 1
      Protobuf.podspec

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

Loading…
Cancel
Save