summaryrefslogtreecommitdiff
path: root/absl/abseil.podspec.gen.py
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2020-10-14 10:45:02 -0700
committerGravatar Derek Mauro <dmauro@google.com>2020-10-14 14:52:17 -0400
commit60d00a5822bb98f18e40b294554f91ca14fb793a (patch)
treef9b37ed0aa0c79d5e0fb9b5df97bf7303b6951b0 /absl/abseil.podspec.gen.py
parentf3f785ab59478dd0312bf1b5df65d380650bf0dc (diff)
Export of internal Abseil changes
-- 4ee535c37f92cd45b8c9aa009e5c833265b3a0bb by Samuel Benzaquen <sbenza@google.com>: Test and fix `insert(hint, node)` PiperOrigin-RevId: 337122891 -- 7b760ced555756fecbad702fedb697424dd65167 by Abseil Team <absl-team@google.com>: Changed the minimum version of iOS and OSX for Abseil Podspec. PiperOrigin-RevId: 336926756 GitOrigin-RevId: 4ee535c37f92cd45b8c9aa009e5c833265b3a0bb Change-Id: I94e70f3342570c83b9965ca458a3f02eaa3efc0d
Diffstat (limited to 'absl/abseil.podspec.gen.py')
-rwxr-xr-xabsl/abseil.podspec.gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/abseil.podspec.gen.py b/absl/abseil.podspec.gen.py
index 6aefb794..63752980 100755
--- a/absl/abseil.podspec.gen.py
+++ b/absl/abseil.podspec.gen.py
@@ -40,8 +40,8 @@ Pod::Spec.new do |s|
'USE_HEADERMAP' => 'NO',
'ALWAYS_SEARCH_USER_PATHS' => 'NO',
}
- s.ios.deployment_target = '7.0'
- s.osx.deployment_target = '10.9'
+ s.ios.deployment_target = '9.0'
+ s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
"""