repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git]
/
Specs
/
1
/
b
/
a
/
SKMZ
/
1.0
/
SKMZ.podspec.json
blob
ceb9737e5815656279e296e2e00b4dac89406624
1
{
2
"name": "SKMZ",
3
"version": "1.0",
4
"summary": "A short description of SKMZ.",
5
"homepage": "https://github.com/sheng-ke/SKMZ",
6
"license": {
7
"type": "MIT",
8
"file": "FILE_LICENSE"
9
},
10
"authors": {
11
"shengke4.": "zzlmz0227@163.com"
12
},
13
"platforms": {
14
"ios": "11.4"
15
},
16
"source": {
17
"git": "https://github.com/sheng-ke/SKMZ.git",
18
"tag": "1.0"
19
},
20
"source_files": "*.{h,m}",
21
"public_header_files": "*.h",
22
"frameworks": [
23
"VideoToolbox",
24
"AudioToolbox",
25
"AVFoundation",
26
"Foundation",
27
"UIKit"
28
],
29
"libraries": [
30
"c++",
31
"z"
32
],
33
"requires_arc": true
34
}