[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 7 / e / f / TomorrowIbanScanner / 0.1.6 / TomorrowIbanScanner.podspec.json
blobb992cd1c91c3b23e0d940d45eaff841085441eda
2   "name": "TomorrowIbanScanner",
3   "version": "0.1.6",
4   "summary": "A set of classes which recognize and extract IBAN or email from an image using Vision framework from Apple.",
5   "swift_versions": "5.0",
6   "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.",
7   "homepage": "https://github.com/PavelStepanovTomorrow",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "PavelStepanovTomorrow": "pavel@tomorrow.one"
14   },
15   "source": {
16     "git": "https://github.com/PavelStepanovTomorrow/TomorrowIbanScanner.git",
17     "tag": "0.1.6"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "IBScanner/IBScanner/**/*",
23   "frameworks": [
24     "CoreImage",
25     "Vision"
26   ],
27   "swift_version": "5.0"