blob: 9d95b88bf39d109d32076ef0967471c01aec6cc7 [file] [log] [blame]
{
"name": "MercadoPagoSDK",
"version": "4.0.0.beta.23",
"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.23"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Default",
"dependencies": {
"MercadoPagoPXTracking": [
"2.1.2"
],
"MercadoPagoServices": [
"1.0.8"
]
},
"subspecs": [
{
"name": "Default",
"resources": [
"MercadoPagoSDK/MercadoPagoSDK/*.xcassets",
"MercadoPagoSDK/MercadoPagoSDK/*/*.xcassets",
"MercadoPagoSDK/MercadoPagoSDK/*.ttf",
"MercadoPagoSDK/*.plist",
"MercadoPagoSDK/MercadoPagoSDK/*.lproj"
],
"source_files": [
"MercadoPagoSDK/MercadoPagoSDK/*",
"MercadoPagoSDK/MercadoPagoSDK/Hooks/*",
"MercadoPagoSDK/MercadoPagoSDK/PaymentMethodPlugins/*"
]
}
]
}