blob: 02a433d6611b1c105ae125e0d0739d74b1937249 [file] [log] [blame]
{
"name": "MastercardOAuth1Signer",
"version": "1.0.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.0.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "MastercardOAuth1Signer/MastercardOAuth1Signer/*.swift",
"frameworks": [
"Foundation",
"Security"
]
}