[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / a / SSIDCard / 1.4.2 / SSIDCard.podspec.json
blob6708c1159fb3e5aec248e8cd197f8f43645463bc
2   "name": "SSIDCard",
3   "version": "1.4.2",
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": "1.4.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "SSIDCard/Classes/Public/**/*",
23     "SSIDCard/Lib",
24     "SSIDCard/Classes/Private/Header/**/*.h"
25   ],
26   "resources": "SSIDCard/Resource/**",
27   "frameworks": [
28     "UIKit",
29     "Photos",
30     "AVFoundation",
31     "CoreMedia",
32     "CoreVideo"
33   ],
34   "requires_arc": true,
35   "ios": {
36     "vendored_libraries": "SSIDCard/Lib/*.a"
37   },
38   "public_header_files": "SSIDCard/Classes/Public/**/*.h",
39   "dependencies": {
40     "OpenCV": [
42     ]
43   }