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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
7
/
9
/
d
/
JJFMDB
/
1.0.4
/
JJFMDB.podspec.json
blob
7a8b1a8139921d11a34c40e689a355953664c7b8
1
{
2
"name": "JJFMDB",
3
"version": "1.0.4",
4
"summary": "A Tool used on iOS.",
5
"description": "封装FMDB,使开发者远离SQL语句.",
6
"homepage": "https://github.com/JayJJ/JJFMDB",
7
"license": "MIT",
8
"authors": {
9
"Jay": "hzhjjie@gmail.com"
10
},
11
"source": {
12
"git": "https://github.com/JayJJ/JJFMDB.git",
13
"tag": "1.0.4"
14
},
15
"platforms": {
16
"ios": "5.0"
17
},
18
"requires_arc": true,
19
"source_files": [
20
"JJFMDB/Core/*",
21
"JJFMDB/Helper/*"
22
],
23
"frameworks": [
24
"Foundation",
25
"UIKit"
26
],
27
"dependencies": {
28
"FMDB": [
29
"~> 2.2"
30
],
31
"JJSandBox": [
32
"~> 1.0.0"
33
]
34
}
35
}