[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 7 / e / f / TomorrowIbanScanner / 0.1.5 / TomorrowIbanScanner.podspec.json
blob8e1bb0a18b33735819cf4b479d0486779e3484aa
2   "name": "TomorrowIbanScanner",
3   "version": "0.1.5",
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.5"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "TomorrowIbanScanner/Classes/**/*",
23   "frameworks": [
24     "CoreImage",
25     "Vision"
26   ],
27   "swift_version": "5.0"