[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / d / 7 / LuhnModN / 1.1.2 / LuhnModN.podspec.json
blob1fa960e6bb918337b7711bb3d825e74eafc5d85a
2   "name": "LuhnModN",
3   "version": "1.1.2",
4   "summary": "This is an implementation of the Luhn mod N algorithm in Swift.",
5   "description": "This is an implementation of the Luhn mod N algorithm in Swift.\n\nFeatures :\n\n    * Add the check digit to a string\n    * Check the validity of a string\n    * Works in mod 2 to 36",
6   "homepage": "https://github.com/ebluehands/LuhnModN",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "git": "a.bultot@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ebluehands/LuhnModN.git",
16     "tag": "1.1.2"
17   },
18   "social_media_url": "https://twitter.com/ebluehands",
19   "platforms": {
20     "ios": "9.2"
21   },
22   "swift_version": "4.2",
23   "source_files": "LuhnModN/*.swift"