Adds watch os deployment target for protobuf

This commit is contained in:
Sergio Campama 2016-07-29 20:08:27 -07:00
parent 6b3d120539
commit 275db044b2

View file

@ -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