Skip to content

Commit

Permalink
tvOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyxo committed Nov 2, 2015
1 parent d72a612 commit dfe19f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ProtocolBuffers.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ProtocolBuffers"
s.version = "1.9.9.1"
s.version = "1.9.9.2"
s.summary = "Protocol Buffers for Objective-C"
s.description = <<-DESC
An implementation of Protocol Buffers 2.6 in Objective C.
Expand Down Expand Up @@ -53,6 +53,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.requires_arc = true

end

0 comments on commit dfe19f6

Please sign in to comment.