Skip to content

Commit 5be5fa1

Browse files
committed
ios version fixes
1 parent ef3156a commit 5be5fa1

5 files changed

+6
-6
lines changed

Firebase.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
3131
s.default_subspec = 'Core'
3232

3333
s.subspec 'Core' do |ss|
34+
ss.ios.deployment_target = '9.0'
3435
ss.ios.dependency 'FirebaseAnalytics', '7.0.0'
3536
ss.dependency 'Firebase/CoreOnly'
3637
end
@@ -48,8 +49,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
4849
'HEADER_SEARCH_PATHS' => "$(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources"
4950
}
5051
end
51-
# Standard platforms PLUS watchOS.
52-
ss.ios.deployment_target = '10.0'
52+
ss.ios.deployment_target = '9.0'
5353
ss.osx.deployment_target = '10.12'
5454
ss.tvos.deployment_target = '10.0'
5555
ss.watchos.deployment_target = '6.0'

FirebaseMLCommon.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"name": "FirebaseMLCommon",
2929
"platforms": {
30-
"ios": "8.0"
30+
"ios": "10.0"
3131
},
3232
"preserve_paths": [
3333
"CHANGELOG.md",

FirebaseMLModelInterpreter.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"name": "FirebaseMLModelInterpreter",
2020
"platforms": {
21-
"ios": "9.0"
21+
"ios": "10.0"
2222
},
2323
"pod_target_xcconfig": {
2424
"VALID_ARCHS": "x86_64 armv7 arm64"

FirebaseMLVision.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"name": "FirebaseMLVision",
2929
"platforms": {
30-
"ios": "8.0"
30+
"ios": "10.0"
3131
},
3232
"preserve_paths": [
3333
"CHANGELOG.md",

FirebasePerformance.podspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"name": "FirebasePerformance",
2828
"platforms": {
29-
"ios": "8.0"
29+
"ios": "10.0"
3030
},
3131
"preserve_paths": [
3232
"README.md"

0 commit comments

Comments
 (0)