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] MoneyHashPayment 2.2.14
[CocoaPods.git]
/
Specs
/
b
/
6
/
7
/
LJDB
/
0.0.3
/
LJDB.podspec.json
blob
63c66fe28db275c503442c506359000267a109e0
1
{
2
"name": "LJDB",
3
"version": "0.0.3",
4
"summary": "基于FMDB和YYModel的一个便捷的数据库模型框架。",
5
"homepage": "https://gitee.com/luckyLiu/LJDB",
6
"license": "MIT",
7
"authors": {
8
"LuckyLiu": "liujincat@163.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://gitee.com/luckyLiu/LJDB.git",
15
"tag": "0.0.3"
16
},
17
"source_files": [
18
"LJDB/LJDB/LJDB",
19
"*.{h,m}"
20
],
21
"requires_arc": true,
22
"dependencies": {
23
"YYModel": [
24
25
],
26
"FMDB": [
27
28
]
29
}
30
}