blob: 8debe10afc97de390d9659d858a26e0482a311f4 [file] [log] [blame]
{
"name": "MPQRCoreSDK",
"version": "2.0.7",
"summary": "Enables iOS apps to parse and generate MPQR codes.",
"description": "MPQR Core SDK for iOS allows users to parse MPQR code strings and extract structured data. It also allows generating QR code strings.",
"homepage": "https://developer.mastercard.com/product/masterpass-qr",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": "Mastercard",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "Frameworks/MPQRCoreSDK.framework"
},
"source_files": [
],
"source": {
"http": "https://github.com/Mastercard/masterpass-qr-core-sdk-ios/releases/download/2.0.7/MPQRCoreCdk-framework-ios.zip"
},
"preserve_paths": [
"README.md",
"LICENSE"
],
"documentation_url": "https://mastercard.github.io/masterpass-qr-core-sdk-ios"
}