2 "name": "SignedNumberRecognizer",
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",
12 "ingun37": "ingun37@gmail.com"
15 "git": "https://github.com/ingun37/SignedNumberRecognizer.git",
18 "swift_versions": "5.0",
22 "source_files": "SignedNumberRecognizer/Classes/**/*",
24 "SignedNumberRecognizer": [
25 "SignedNumberRecognizer/Assets/*"
28 "static_framework": true,
30 "TensorFlowLiteSwift": [
37 "swift_version": "5.0"