blob: 8e1bb0a18b33735819cf4b479d0486779e3484aa [file] [log] [blame]
{
"name": "TomorrowIbanScanner",
"version": "0.1.5",
"summary": "A set of classes which recognize and extract IBAN or email from an image using Vision framework from Apple.",
"swift_versions": "5.0",
"description": "This CocoaPod provides the ability to extract an IBAN or email from a given image. It includes some IBAN and email specific validation rules so you will need no boilerplate for that.",
"homepage": "https://github.com/PavelStepanovTomorrow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PavelStepanovTomorrow": "pavel@tomorrow.one"
},
"source": {
"git": "https://github.com/PavelStepanovTomorrow/TomorrowIbanScanner.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "11.0"
},
"source_files": "TomorrowIbanScanner/Classes/**/*",
"frameworks": [
"CoreImage",
"Vision"
],
"swift_version": "5.0"
}