File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ A library to access Objective C from Flutter that acts as a support library for
21
21
s . source_files = 'Classes/**/*'
22
22
s . dependency 'Flutter'
23
23
s . platform = :ios , '12.0'
24
+ s . requires_arc = [ ]
24
25
25
26
# Flutter.framework does not contain a i386 slice.
26
27
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ A library to access Objective C from Flutter that acts as a support library for
20
20
s . source = { :path => '.' }
21
21
s . source_files = 'Classes/**/*'
22
22
s . dependency 'FlutterMacOS'
23
+ s . requires_arc = [ ]
23
24
24
25
s . platform = :osx , '10.11'
25
26
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
You can’t perform that action at this time.
0 commit comments