[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / a / 7 / SwiftLuhn / 0.2.2 / SwiftLuhn.podspec.json
blob7b2a4a69a5fba944c8552295abb825363270709a
2   "name": "SwiftLuhn",
3   "version": "0.2.2",
4   "summary": "SwiftLuhn is a port of the Luhn algorithm, used for validating debit/credit card details.",
5   "description": "This is a port of the Luhn Algorithm, generally used for validating debit/credit card details, to Swift.\n\nObjective-C port can be found at [https://github.com/MaxKramer/ObjectiveLuhn](https://github.com/MaxKramer/ObjectiveLuhn).",
6   "homepage": "https://github.com/MaxKramer/SwiftLuhn",
7   "license": "MIT",
8   "authors": {
9     "Max Kramer": "max@maxkramer.co"
10   },
11   "source": {
12     "git": "https://github.com/maxkramer/SwiftLuhn.git",
13     "tag": "0.2.2"
14   },
15   "social_media_url": "https://twitter.com/uint_max",
16   "swift_version": "4.0",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "SwiftLuhn/Classes/**/*"