blob: 84cceb58ca32ce31d5be154dcbe2edfbd027dd39 [file] [log] [blame]
{
"name": "TomorrowIbanScanner",
"version": "0.1.2",
"summary": "A set of classes which recognize and extract IBAN from an image.",
"swift_versions": "5.0",
"description": "This CocoaPod provides the ability to extract an IBAN or email from a given image. It includes some IBAN-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.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "TomorrowIbanScanner/Classes/**/*",
"swift_version": "5.0"
}