[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / d / a / SSIDCard / 0.1.0 / SSIDCard.podspec.json
blob0ef871a9d6f78eaa31ab7344cb074681b20db5bd
2   "name": "SSIDCard",
3   "version": "0.1.0",
4   "summary": "识别中国二代身份证号码",
5   "description": "TODO: 通过扫描中国二代身份证,识别身份证号码.",
6   "homepage": "https://github.com/sansansisi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "毵毵肆肆": "zhangjiamingcoder@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sansansisi/SSIDCard.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "SSIDCard/Classes/**/*",
23     "SSIDCard/Lib"
24   ],
25   "resources": "SSIDCard/Resource/**",
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "dependencies": {
29     "OpenCV-Dynamic": [
30       "~> 3.2.4"
31     ]
32   },
33   "private_header_files": [
34     "SSIDCard/Classes/Private/Header/leptonica/*.h",
35     "SSIDCard/Classes/Private/Header/tesseract/*.h",
36     "SSIDCard/Classes/Private/**/*.h"
37   ],
38   "ios": {
39     "vendored_libraries": "SSIDCard/Lib/*.a"
40   },
41   "public_header_files": "SSIDCard/Classes/Public/**/*.h"