Compare commits
No commits in common. "f5ae749849e7e7652c8678875c5c89ae1cc94395" and "c6026f57dc7c0b13fda062e4755fff04d36c486e" have entirely different histories.
f5ae749849
...
c6026f57dc
@ -15,9 +15,8 @@ A new Flutter plugin project.
|
|||||||
s.source = { :path => '.' }
|
s.source = { :path => '.' }
|
||||||
s.source_files = 'Classes/**/*'
|
s.source_files = 'Classes/**/*'
|
||||||
s.dependency 'Flutter'
|
s.dependency 'Flutter'
|
||||||
s.platform = :ios, '14.5'
|
s.platform = :ios, '13.0'
|
||||||
|
|
||||||
s.dependency 'cocos_view_pod','0.1.7'
|
|
||||||
# Flutter.framework does not contain a i386 slice.
|
# Flutter.framework does not contain a i386 slice.
|
||||||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
|
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
|
||||||
s.swift_version = '5.0'
|
s.swift_version = '5.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user