Adds watch os deployment target for protobuf
This commit is contained in:
parent
6b3d120539
commit
275db044b2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue