Explorar o código

Merge pull request #3228 from thomasvl/add_tvos_to_podspec

Add tvOS to the podspec.
Thomas Van Lenten %!s(int64=8) %!d(string=hai) anos
pai
achega
09d2994b1f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Protobuf.podspec

+ 1 - 0
Protobuf.podspec

@@ -36,6 +36,7 @@ Pod::Spec.new do |s|
 
 
   s.ios.deployment_target = '7.0'
   s.ios.deployment_target = '7.0'
   s.osx.deployment_target = '10.9'
   s.osx.deployment_target = '10.9'
+  s.tvos.deployment_target = '9.0'
   s.watchos.deployment_target = '2.0'
   s.watchos.deployment_target = '2.0'
   s.requires_arc = false
   s.requires_arc = false
 end
 end