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
/
b
/
d
/
3
/
ZSDB
/
0.1.0
/
ZSDB.podspec.json
blob
10bf5a878d1e0fd5fea8493875e725e66c8ae07d
1
{
2
"name": "ZSDB",
3
"version": "0.1.0",
4
"summary": "数据库简单封装",
5
"description": "数据库简单封装,依赖于FMDB",
6
"homepage": "https://github.com/zhangsen093725/ZSDB",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"zhangsen093725": "376019018@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/zhangsen093725/ZSDB.git",
16
"tag": "0.1.0"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "ZSDB/**/*",
22
"dependencies": {
23
"FMDB": [
24
25
],
26
"ZSProjectToolBox": [
27
28
]
29
}
30
}