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