소스 검색

Add tvOS to the podspec.

Fixes https://github.com/google/protobuf/issues/3217
Thomas Van Lenten 8 년 전
부모
커밋
6ecf38f427
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.osx.deployment_target = '10.9'
+  s.tvos.deployment_target = '9.0'
   s.watchos.deployment_target = '2.0'
   s.requires_arc = false
 end