Skip to content

Commit

Permalink
Bump the version in prep for the 3.0.2 tag being cut
Browse files Browse the repository at this point in the history
Also pull the watchos support info from master.
  • Loading branch information
thomasvl committed Aug 17, 2016
1 parent 564c02f commit 584917f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Protobuf.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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

0 comments on commit 584917f

Please sign in to comment.