aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-08-04 10:06:47 -0400
committerGitHub <noreply@github.com>2016-08-04 10:06:47 -0400
commit6d134eac6fd57021b01a40269ce817a7ebfbdb9b (patch)
tree6b90ba89c304123e44fe0edc293246d4be96070b
parent0dca3cc5d642590d4c2bc75ce15e0c2ca31bcc87 (diff)
parent275db044b2fd2a16fe27bb376d8e0bfb8cba7da4 (diff)
downloadprotobuf-6d134eac6fd57021b01a40269ce817a7ebfbdb9b.tar.gz
protobuf-6d134eac6fd57021b01a40269ce817a7ebfbdb9b.tar.bz2
protobuf-6d134eac6fd57021b01a40269ce817a7ebfbdb9b.zip
Merge pull request #1898 from sergiocampama/watchos
Adds watch os deployment target for protobuf
-rw-r--r--Protobuf.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 642fc3e2..72e6dd0a 100644
--- a/Protobuf.podspec
+++ b/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