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] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git]
/
Specs
/
0
/
c
/
5
/
KLCache
/
1.0.0
/
KLCache.podspec.json
blob
7ac98f2f6fbb4081e568a4822ff9b2cd220c2912
1
{
2
"name": "KLCache",
3
"version": "1.0.0",
4
"summary": "数据缓存组件",
5
"description": "组件简介:\n用于缓存常用数据的缓存;",
6
"homepage": "https://github.com/Kalanhall",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"Kalan": "Kalanhall@163.com"
13
},
14
"source": {
15
"git": "https://github.com/Kalanhall/KLCache.git",
16
"tag": "1.0.0"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "KLCache/Classes/**/*",
22
"libraries": "sqlite3",
23
"frameworks": [
24
"UIKit",
25
"CoreFoundation",
26
"QuartzCore"
27
]
28
}