Commit f642c5cf authored by Paul Yang's avatar Paul Yang

Merge pull request #635 from TeBoring/objectivec

Update minimal ios and osx version for deployment.
parents 69d660b3 d58e95bc
...@@ -18,7 +18,7 @@ Pod::Spec.new do |s| ...@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
'objectivec/google/protobuf/*.pbobjc.{h,m}' 'objectivec/google/protobuf/*.pbobjc.{h,m}'
s.header_mappings_dir = 'objectivec' s.header_mappings_dir = 'objectivec'
s.ios.deployment_target = '6.0' s.ios.deployment_target = '7.1'
s.osx.deployment_target = '10.8' s.osx.deployment_target = '10.9'
s.requires_arc = false s.requires_arc = false
end 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