Browse Source

Adds watch os deployment target for protobuf

Sergio Campama 9 years ago
parent
commit
275db044b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Protobuf.podspec

+ 1 - 0
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