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] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git]
/
Specs
/
7
/
9
/
d
/
JJFMDB
/
1.0.0
/
JJFMDB.podspec.json
blob
c11869d6f560f9b30191c9e51adfa5a64b4f940d
1
{
2
"name": "JJFMDB",
3
"version": "1.0.0",
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.0"
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
}