fix: xcode 17 related bug

This commit is contained in:
nesquikm 2023-09-26 12:19:45 +04:00
parent b00b3781ef
commit 60da7352f4
1 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@ A new Flutter plugin.
s.swift_version = '5.0'
s.platforms = { :ios => '11.0' }
s.dependency 'OrderedSet', '~>5.0'
s.default_subspec = 'Core'