Closed AlecKazakova closed 5 years ago
Closes #3
this changes the syntax from:
targetFromPreset(cocoapodsPreset, 'ios')
to
targetForCocoapods('ios')
and you can optionally configure:
targetForCocoapods('ios') { compilations.main.extraOpts '-module-name', 'SC' }
Closes #3
this changes the syntax from:
to
and you can optionally configure: