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] Boardy 1.59.1
[CocoaPods.git]
/
Specs
/
9
/
0
/
e
/
YaftDB
/
0.1.5
/
YaftDB.podspec.json
blob
fda8a54bc3854063e2e986679950c60c48d5f45b
1
{
2
"name": "YaftDB",
3
"version": "0.1.5",
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.5"
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
}