| { |
| "name": "DDOpenCVOcrMaster", |
| "version": "1.0.1", |
| "summary": "OpenCV and Ocr for IDCard and BankCard", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/DDstrongman/DDOpenCVOcrMaster", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "DDStrongman": "lishengshu232@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/DDstrongman/DDOpenCVOcrMaster.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Pod/Classes/**/*.{h,m,mm}", |
| "resources": "Pod/Classes/tessdata", |
| "dependencies": { |
| "OpenCV": [ |
| "~>3.1.0.1" |
| ], |
| "TesseractOCRiOS": [ |
| |
| ] |
| } |
| } |