[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / d / 4 / CCVSwift / 0.0.3 / CCVSwift.podspec.json
blob020923bb51c1d616b28a46b5a52cad5695da43de
2   "name": "CCVSwift",
3   "version": "0.0.3",
4   "summary": "Shorthand tool for checking banking credit cards.",
5   "description": "You can quick add credit card validation to your project. This included Luhn algorithm, PAN card format and card detector for the some first digits of cards.",
6   "homepage": "https://github.com/GPBDigital/ccvswift",
7   "license": "MIT",
8   "authors": {
9     "Nikolay Kapustin": "greenkaktus@gmail.com"
10   },
11   "social_media_url": "http://gpbdigital.com",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/GPBDigital/ccvswift.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "CCVSwift/CCVSwift/*.{h,m,swift,plist}",
23   "requires_arc": true