[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 4 / d / c / Luhn / 1.0.0 / Luhn.podspec.json
blobe48435a36537e4836792dbb8783540951f782db9
2   "name": "Luhn",
3   "version": "1.0.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": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Luhn.playground/Sources/*.swift"