Fix iOS side compile error with `swift_version`.

This commit is contained in:
AlexVincent525 2019-09-11 15:27:56 +08:00
parent ebccc4a4c9
commit 990fe52a48
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@ A new Flutter plugin.
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
s.swift_version = '4.0'
end