We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909dbcc commit 8801561Copy full SHA for 8801561
ios/spotify_sdk.podspec
@@ -15,8 +15,8 @@ Unofficial Spotify Flutter SDK.
15
s.source = { :path => '.' }
16
s.source_files = 'Classes/**/*'
17
s.dependency 'Flutter'
18
- s.platform = :ios, '9.0'
19
- s.ios.deployment_target = '9.0'
+ s.platform = :ios, '13.0'
+ s.ios.deployment_target = '13.0'
20
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
21
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
22
s.swift_version = '5.0'
0 commit comments