blob: 8e6f63c3bc379bcdfcc354267c3c80e1895fcdff [file] [log] [blame]
{
"name": "MercadoPagoSDK",
"version": "4.0.0.beta.30",
"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.0.0.beta.30"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Default",
"dependencies": {
"MercadoPagoPXTracking": [
"2.1.2"
],
"MercadoPagoServices": [
"1.0.14"
],
"MLUI": [
"~> 4.0"
]
},
"subspecs": [
{
"name": "Default",
"resources": [
"MercadoPagoSDK/MercadoPagoSDK/*.xcassets",
"MercadoPagoSDK/MercadoPagoSDK/*/*.xcassets",
"MercadoPagoSDK/MercadoPagoSDK/*.ttf",
"MercadoPagoSDK/MercadoPagoSDK/**/**.{plist,xib,strings}",
"MercadoPagoSDK/MercadoPagoSDK/*.lproj"
],
"source_files": [
"MercadoPagoSDK/MercadoPagoSDK/**/**/**.{h,m,swift}"
]
}
]
}