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] VIDVOCR 3.1.5
[CocoaPods.git]
/
Specs
/
9
/
0
/
e
/
YaftDB
/
0.1.2
/
YaftDB.podspec.json
blob
7c715e6abe78a4ff4de9bf6b469e4902aa0bfe28
1
{
2
"name": "YaftDB",
3
"version": "0.1.2",
4
"summary": "Yet another Swift wrapper for YapDatabase",
5
"homepage": "https://github.com/kolyasev/YaftDB",
6
"license": "MIT",
7
"authors": {
8
"Denis Kolyasev": "kolyasev@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/kolyasev/YaftDB.git",
12
"tag": "0.1.2"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"requires_arc": true,
18
"source_files": "Source/**/*.swift",
19
"frameworks": [
20
"Foundation",
21
"UIKit"
22
],
23
"dependencies": {
24
"YapDatabase": [
25
"~> 2.7"
26
]
27
}
28
}