Merge pull request #1 from antonioIdt/fix-xcode-15

fix: xcode 15 related bug
This commit is contained in:
Alexandru Terente 2023-10-09 14:36:36 +03:00 committed by GitHub
commit 290c13d048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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