From 584917fe84be0e6b9194323ba40f934b8f592642 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 17 Aug 2016 16:52:06 -0400 Subject: [PATCH] Bump the version in prep for the 3.0.2 tag being cut Also pull the watchos support info from master. --- Protobuf.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Protobuf.podspec b/Protobuf.podspec index 642fc3e2..8d1ab357 100644 --- a/Protobuf.podspec +++ b/Protobuf.podspec @@ -5,7 +5,7 @@ # dependent projects use the :git notation to refer to the library. Pod::Spec.new do |s| s.name = 'Protobuf' - s.version = '3.0.0' + s.version = '3.0.2' s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.' s.homepage = 'https://github.com/google/protobuf' s.license = 'New BSD' @@ -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