blob: a4771e0a17ef70e95872a9079d22fa649feee0e4 [file] [log] [blame]
{
"name": "MastercardOAuth1Signer",
"version": "1.1.0",
"summary": "Zero dependency library for generating a Mastercard API compliant OAuth signature",
"description": "Zero dependency library for generating a Mastercard API compliant OAuth signature.",
"homepage": "https://github.com/Mastercard/oauth1-signer-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lukereichold": "luke@reikam.com",
"Mastercard": ""
},
"source": {
"git": "https://github.com/Mastercard/oauth1-signer-swift.git",
"tag": "1.1.0"
},
"swift_versions": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "MastercardOAuth1Signer/MastercardOAuth1Signer/*.swift",
"frameworks": [
"Foundation",
"Security"
],
"swift_version": "4.2"
}