[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 9 / f / a / YCIDCardRecognizer / 0.0.8 / YCIDCardRecognizer.podspec.json
blobc78e93144054aa899c52da376102f14d1b883e4f
2   "name": "YCIDCardRecognizer",
3   "version": "0.0.8",
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.8"
17   },
18   "source_files": "YCIDCardRecognizer/**/*",
19   "resources": "YCIDCardRecognizer/tessdata",
20   "public_header_files": "YCIDCardRecognizer/public",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "dependencies": {
26     "OpenCV": [
27       "~> 3.0.0"
28     ],
29     "TesseractOCRiOS": [
30       "~> 4.0.0"
31     ]
32   }