[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 4 / d / c / Luhn / 2.1.0 / Luhn.podspec.json
blob62ed288873445ec8f77fccb3afd50749225ef9fd
2   "name": "Luhn",
3   "version": "2.1.0",
4   "license": "MIT",
5   "summary": "A base-independent implementation of the Luhn algorithm for Swift. Useful for generating and verifying check digits in arbitrary bases.",
6   "homepage": "https://github.com/serluca/luhn",
7   "social_media_url": "http://twitter.com/serluca",
8   "authors": {
9     "Luca Serpico": "serpicoluca@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/serluca/luhn.git",
13     "tag": "2.1.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/*.swift"