[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / 2 / e / PaylikeLuhn / 0.2.1 / PaylikeLuhn.podspec.json
blob44028017ff5abaa3bf3a9ea895bf35d818ecf1e2
2   "name": "PaylikeLuhn",
3   "swift_versions": "5.0",
4   "platforms": {
5     "ios": "13.0"
6   },
7   "version": "0.2.1",
8   "summary": "Luhn implementation based on the JS version for Paylike libraries",
9   "description": "This packages is a clone of the JS version and responsible for providing a handy\ninterface to validate card numbers before executing transactions",
10   "homepage": "https://github.com/paylike/swift-luhn",
11   "license": {
12     "type": "BSD-3",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Paylike.io": "info@paylike.io"
17   },
18   "source": {
19     "git": "https://github.com/paylike/swift-luhn.git",
20     "tag": "0.2.1"
21   },
22   "source_files": "Sources/PaylikeLuhn/**/*",
23   "swift_version": "5.0"