aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-08-18 08:32:20 -0400
committerGitHub <noreply@github.com>2016-08-18 08:32:20 -0400
commit45d04d02960817b42b8ccc1c4f7063a4ad998d33 (patch)
tree633078b996d29cd4d0ef6daefc54fee39914ba6a
parent564c02f5cb86065cdb5be05ab84f419d1324384e (diff)
parent584917fe84be0e6b9194323ba40f934b8f592642 (diff)
downloadprotobuf-45d04d02960817b42b8ccc1c4f7063a4ad998d33.tar.gz
protobuf-45d04d02960817b42b8ccc1c4f7063a4ad998d33.tar.bz2
protobuf-45d04d02960817b42b8ccc1c4f7063a4ad998d33.zip
Merge pull request #1977 from thomasvl/bump_cocoapod_spec
Bump the version in prep for the 3.0.2 tag being cut
-rw-r--r--Protobuf.podspec3
1 files changed, 2 insertions, 1 deletions
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