Commit 6d134eac authored by Thomas Van Lenten's avatar Thomas Van Lenten Committed by GitHub

Merge pull request #1898 from sergiocampama/watchos

Adds watch os deployment target for protobuf
parents 0dca3cc5 275db044
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment