blob: 7617e52b12de3f263c20bf59a862ce448393d116 [file] [log] [blame]
{
"name": "MasterpassQRCoreSDK",
"version": "1.0.5",
"summary": "Enables iOS apps to parse and generate Masterpass QR codes.",
"description": "Masterpass QR Core SDK for iOS allows users to parse Masterpass QR 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/MasterpassQRCoreSDK.framework"
},
"source_files": [
],
"source": {
"http": "https://github.com/Mastercard/masterpass-qr-core-sdk-ios/releases/download/1.0.5/masterpassqrcoresdk-framework-ios.zip"
},
"preserve_paths": [
"README.md",
"LICENSE"
],
"documentation_url": "https://mastercard.github.io/masterpass-qr-core-sdk-ios"
}