[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / e / PaylikeLuhn / 0.2.0 / PaylikeLuhn.podspec.json
blob9689c1ad6170415e20c3b537274d4bc484a03dbd
2   "name": "PaylikeLuhn",
3   "swift_versions": "4.0",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "version": "0.2.0",
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.0"
21   },
22   "source_files": "Sources/PaylikeLuhn/**/*",
23   "swift_version": "4.0"