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