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] TrinityAudioSDK 3.2.118
[CocoaPods.git]
/
Specs
/
3
/
2
/
f
/
SwiftFFDB
/
2.3
/
SwiftFFDB.podspec.json
blob
72930b21625f6918b54c4642ef614c069481d7f7
1
{
2
"name": "SwiftFFDB",
3
"version": "2.3",
4
"summary": "a Object/Relational Mapping (ORM) support to iOS.",
5
"homepage": "https://github.com/Fidetro/SwiftFFDB",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"fidetro": "zykzzzz@hotmail.com"
12
},
13
"platforms": {
14
"ios": "9.0",
15
"osx": "10.9"
16
},
17
"source": {
18
"git": "https://github.com/Fidetro/SwiftFFDB.git",
19
"tag": "2.3"
20
},
21
"source_files": [
22
"Sources",
23
"Sources/*.{swift}"
24
],
25
"libraries": "sqlite3",
26
"dependencies": {
27
"FMDB": [
28
"~> 2.7.2"
29
]
30
}
31
}