Browse Source

Merge pull request #1898 from sergiocampama/watchos

Adds watch os deployment target for protobuf
Thomas Van Lenten 9 năm trước cách đây
mục cha
commit
6d134eac6f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.ios.deployment_target = '7.1'
   s.osx.deployment_target = '10.9'
   s.osx.deployment_target = '10.9'
+  s.watchos.deployment_target = '2.0'
   s.requires_arc = false
   s.requires_arc = false
 end
 end