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] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git]
/
Specs
/
7
/
4
/
f
/
JCDB
/
0.1.5
/
JCDB.podspec.json
blob
5fa8b91cf6dae17c8f0eacb14ef4815ee13348d2
1
{
2
"name": "JCDB",
3
"version": "0.1.5",
4
"license": "MIT",
5
"summary": "A lightweight iOS database framework based on FMDB and SQLite.",
6
"homepage": "https://github.com/Boych/JCDB",
7
"authors": {
8
"ChenJianjun": "ioschen@foxmail.com"
9
},
10
"source": {
11
"git": "https://github.com/boych/JCDB.git",
12
"tag": "0.1.5"
13
},
14
"source_files": "JCDB/*.{h,m}",
15
"platforms": {
16
"ios": "7.0"
17
},
18
"requires_arc": true,
19
"dependencies": {
20
"FMDB": [
21
22
]
23
}
24
}