[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 9 / f / a / YCIDCardRecognizer / 0.0.1 / YCIDCardRecognizer.podspec.json
blobbb667f97e4df04f1964bf2a24732a74c03e9ab39
2   "name": "YCIDCardRecognizer",
3   "version": "0.0.1",
4   "summary": "身份证号码识别",
5   "description": "基于opencv以及TesseractOCRiOS的身份证号码识别工具 身份证号码识别工具",
6   "homepage": "https://github.com/Uawful/YCIDCardRecognizer",
7   "license": "MIT",
8   "authors": {
9     "jeremy": "441406859@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Uawful/YCIDCardRecognizer.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "resources": "Classes/tessdata",
23   "dependencies": {
24     "OpenCV": [
25       "~> 3.0.0"
26     ],
27     "TesseractOCRiOS": [
28       "~> 4.0.0"
29     ]
30   }