[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 4 / a / 7 / SwiftLuhn / 0.2.1 / SwiftLuhn.podspec.json
blob61c9774b9eb451e841773731509061beeb1af7d2
2   "name": "SwiftLuhn",
3   "version": "0.2.1",
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.1"
14   },
15   "social_media_url": "https://twitter.com/maxkramer",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "SwiftLuhn/Classes/**/*",
21   "pushed_with_swift_version": "3.0"