瀏覽代碼

Merge pull request #1898 from sergiocampama/watchos

Adds watch os deployment target for protobuf
Thomas Van Lenten 9 年之前
父節點
當前提交
6d134eac6f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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