[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / a / 0 / ChineseIDCardOCR / 0.0.4 / ChineseIDCardOCR.podspec.json
blobcbddf8364f6eae9fb4c0f75cb3baf94775f1ef51
2   "name": "ChineseIDCardOCR",
3   "version": "0.0.4",
4   "summary": "中国二代身份证信息识别",
5   "description": "利用FFNN(前馈神经网络)OCR身份证信息",
6   "homepage": "http://www.prophetapp.cn",
7   "license": "Apache License, Version 2.0",
8   "authors": "Kevin.Gong",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/KevinGong2013/ChineseIDCardOCR.git",
14     "tag": "0.0.4"
15   },
16   "source_files": "Sources",
17   "exclude_files": "Sources/OCR-Training.swift",
18   "resources": "ChineseIDCardOCR.bundle",
19   "dependencies": {
20     "GPUImage": [
21       "~> 0.1"
22     ]
23   }