[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / c / d / SignedNumberRecognizer / 0.1.1 / SignedNumberRecognizer.podspec.json
blob1b4b2dc57ad4994c83a17833c4ba808a03aa7f20
2   "name": "SignedNumberRecognizer",
3   "version": "0.1.1",
4   "summary": "A library that recognizes handwritten signed integer.",
5   "description": "It takes CGPath as input, seperates them digit by digit, uses pre-built Tensorflowlite model to recognize each digits.\n\nIt recognizes the minus sign by simply checking ratio of it's bounding box.",
6   "homepage": "https://github.com/ingun37/SignedNumberRecognizer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ingun37": "ingun37@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ingun37/SignedNumberRecognizer.git",
16     "tag": "0.1.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "12.4"
21   },
22   "source_files": "SignedNumberRecognizer/Classes/**/*",
23   "resource_bundles": {
24     "SignedNumberRecognizer": [
25       "SignedNumberRecognizer/Assets/*"
26     ]
27   },
28   "static_framework": true,
29   "dependencies": {
30     "TensorFlowLiteSwift": [
32     ],
33     "PromisesSwift": [
35     ]
36   },
37   "swift_version": "5.0"