[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / 2 / MastercardOAuth1Signer / 1.0.0 / MastercardOAuth1Signer.podspec.json
blob02a433d6611b1c105ae125e0d0739d74b1937249
2   "name": "MastercardOAuth1Signer",
3   "version": "1.0.0",
4   "summary": "Zero dependency library for generating a Mastercard API compliant OAuth signature",
5   "description": "Zero dependency library for generating a Mastercard API compliant OAuth signature.",
6   "homepage": "https://github.com/Mastercard/oauth1-signer-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lukereichold": "luke@reikam.com",
13     "Mastercard": ""
14   },
15   "source": {
16     "git": "https://github.com/Mastercard/oauth1-signer-swift.git",
17     "tag": "1.0.0"
18   },
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "MastercardOAuth1Signer/MastercardOAuth1Signer/*.swift",
24   "frameworks": [
25     "Foundation",
26     "Security"
27   ]