| { |
| "name": "CardScanner", |
| "version": "0.1.0", |
| "summary": "A credit card scanner.", |
| "description": "A simple class to scan a credit card and get: number, date and cvv.", |
| "homepage": "https://github.com/narlei/CardScanner", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Narlei Moreira": "narlei.guitar@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/narlei/CardScanner.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/narleimoreira", |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "CardScanner/Classes/**/*", |
| "swift_version": "5.0" |
| } |