Эх сурвалжийг харах

Bump the version in prep for the 3.0.2 tag being cut

Also pull the watchos support info from master.
Thomas Van Lenten 9 жил өмнө
parent
commit
584917fe84

+ 2 - 1
Protobuf.podspec

@@ -5,7 +5,7 @@
 # dependent projects use the :git notation to refer to the library.
 # dependent projects use the :git notation to refer to the library.
 Pod::Spec.new do |s|
 Pod::Spec.new do |s|
   s.name     = 'Protobuf'
   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.summary  = 'Protocol Buffers v.3 runtime library for Objective-C.'
   s.homepage = 'https://github.com/google/protobuf'
   s.homepage = 'https://github.com/google/protobuf'
   s.license  = 'New BSD'
   s.license  = 'New BSD'
@@ -36,5 +36,6 @@ Pod::Spec.new do |s|
 
 
   s.ios.deployment_target = '7.1'
   s.ios.deployment_target = '7.1'
   s.osx.deployment_target = '10.9'
   s.osx.deployment_target = '10.9'
+  s.watchos.deployment_target = '2.0'
   s.requires_arc = false
   s.requires_arc = false
 end
 end