Skip to content

Commit

Permalink
Update minimal ios and osx version for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeBoring committed Jul 27, 2015
1 parent 1647e63 commit d58e95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Protobuf.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
'objectivec/google/protobuf/*.pbobjc.{h,m}'
s.header_mappings_dir = 'objectivec'

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.ios.deployment_target = '7.1'
s.osx.deployment_target = '10.9'
s.requires_arc = false
end

1 comment on commit d58e95b

@paulb777
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 7.1 and not 7.0?

Please sign in to comment.