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] FCService 0.0.61-fc
[CocoaPods.git]
/
Specs
/
2
/
f
/
e
/
SQLiteSwift
/
0.1.2
/
SQLiteSwift.podspec.json
blob
af8655156d2e90ae17d21389d8b6f992080b17a6
1
{
2
"name": "SQLiteSwift",
3
"version": "0.1.2",
4
"summary": "Simple sqlite library written in Swift.",
5
"homepage": "https://github.com/ohde-sg/SQLiteSwift",
6
"license": "MIT",
7
"authors": {
8
"ohde-sg": "ohde@socialgrid.co.jp"
9
},
10
"source": {
11
"git": "https://github.com/ohde-sg/SQLiteSwift.git",
12
"tag": "0.1.2"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"requires_arc": true,
18
"source_files": "SQLiteSwift/*.swift",
19
"dependencies": {
20
"FMDB": [
21
"~> 2.6"
22
]
23
}
24
}