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] BideaseConnect 1.0.79
[CocoaPods.git]
/
Specs
/
d
/
8
/
3
/
MKDB
/
1.0.4
/
MKDB.podspec.json
blob
1c91c195b00b4b27dc6675d8a22aea52a98fe975
1
{
2
"name": "MKDB",
3
"version": "1.0.4",
4
"summary": "基于FMDB 的持久层操作库",
5
"homepage": "https://github.com/zhuwh/MKDB",
6
"license": "MIT",
7
"authors": {
8
"mark": "zhuwenhui5566@163.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/zhuwh/MKDB.git",
15
"tag": "1.0.4"
16
},
17
"source_files": "**/DevFramework/Database/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"FMDB": [
21
22
]
23
}
24
}