|
@@ -13,6 +13,7 @@ Plugin para realizar pagos con Mercado Pago
|
|
|
s.license = { :file => '../LICENSE' }
|
|
|
s.author = { 'Your Company' => 'email@example.com' }
|
|
|
s.source = { :path => '.' }
|
|
|
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
|
|
|
s.source_files = 'Classes/**/*'
|
|
|
s.dependency 'Flutter'
|
|
|
s.dependency 'MercadoPagoSDK', '~> 4.0'
|