blob: d7e73d647eeec3c6f2db7830e300a5e5161f91d3 [file] [log] [blame]
{
"name": "MercadoPagoSDK",
"version": "4.28",
"summary": "MercadoPagoSDK",
"homepage": "https://www.mercadopago.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mercado Pago",
"source": {
"git": "https://github.com/mercadopago/px-ios.git",
"tag": "4.28"
},
"swift_versions": "4.2",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "Default",
"dependencies": {
"MLBusinessComponents": [
"~> 1.0"
]
},
"subspecs": [
{
"name": "Default",
"resources": [
"MercadoPagoSDK/MercadoPagoSDK/*.xcassets",
"MercadoPagoSDK/MercadoPagoSDK/*/*.xcassets",
"MercadoPagoSDK/MercadoPagoSDK/*.ttf",
"MercadoPagoSDK/MercadoPagoSDK/**/**.{xib,strings}",
"MercadoPagoSDK/MercadoPagoSDK/Translations/**/**.{plist,strings}",
"MercadoPagoSDK/MercadoPagoSDK/Plist/*.plist",
"MercadoPagoSDK/MercadoPagoSDK/*.lproj"
],
"source_files": [
"MercadoPagoSDK/MercadoPagoSDK/**/**/**.{h,m,swift}"
],
"dependencies": {
"MLUI": [
"~> 5.0"
],
"MLCardDrawer": [
"~> 1.0"
]
}
}
],
"swift_version": "4.2"
}