blob: f97439c6a73b56e345fc48b33d0fc9fb30e568da [file] [log] [blame]
{
"name": "MasterpassQRCoreSDK",
"version": "1.0.2",
"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": "BSD-2",
"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.2/masterpassqrcoresdk-framework-ios.zip"
},
"preserve_paths": [
"README.md",
"LICENSE"
]
}