| { |
| "name": "SignedNumberRecognizer", |
| "version": "0.1.1", |
| "summary": "A library that recognizes handwritten signed integer.", |
| "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.", |
| "homepage": "https://github.com/ingun37/SignedNumberRecognizer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ingun37": "ingun37@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ingun37/SignedNumberRecognizer.git", |
| "tag": "0.1.1" |
| }, |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "12.4" |
| }, |
| "source_files": "SignedNumberRecognizer/Classes/**/*", |
| "resource_bundles": { |
| "SignedNumberRecognizer": [ |
| "SignedNumberRecognizer/Assets/*" |
| ] |
| }, |
| "static_framework": true, |
| "dependencies": { |
| "TensorFlowLiteSwift": [ |
| |
| ], |
| "PromisesSwift": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |