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] MealziOSSDKStaging 5.3.0
[CocoaPods.git]
/
Specs
/
8
/
9
/
1
/
YTTCache
/
0.1.1
/
YTTCache.podspec.json
blob
02ec00526cc258a59605bbdad0c0a3e47f506531
1
{
2
"name": "YTTCache",
3
"version": "0.1.1",
4
"summary": "简单数据缓存.",
5
"description": "简单数据缓存.采用键值对存储,用于网络请求缓存.",
6
"homepage": "https://github.com/AndyCuiYTT/YTTCache",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"AndyCuiYTT": "AndyCuiYTT@163.com"
13
},
14
"source": {
15
"git": "https://github.com/AndyCuiYTT/YTTCache.git",
16
"tag": "0.1.1"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "YTTCache/Classes/**/*",
22
"dependencies": {
23
"SQLite.swift": [
24
"~> 0.11.5"
25
]
26
}
27
}