[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / a / 7 / SwiftLuhn / 0.1.0 / SwiftLuhn.podspec.json
blobdf2fb2256b7d668e951c36285f112f15a6502239
2   "name": "SwiftLuhn",
3   "version": "0.1.0",
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.1.0"
14   },
15   "social_media_url": "https://twitter.com/maxkramer",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*"