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] HyperCore 0.0.1
[CocoaPods.git]
/
Specs
/
3
/
2
/
f
/
SwiftFFDB
/
2.0.1.1
/
SwiftFFDB.podspec.json
blob
a68015563fcd10d573180e49becf93269fd6dc76
1
{
2
"name": "SwiftFFDB",
3
"version": "2.0.1.1",
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": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/Fidetro/SwiftFFDB.git",
18
"tag": "2.0.1.1"
19
},
20
"source_files": [
21
"Sources",
22
"Sources/*.{swift}"
23
],
24
"libraries": "sqlite3",
25
"dependencies": {
26
"FMDB": [
27
"~> 2.7.2"
28
]
29
}
30
}