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
[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git]
/
Specs
/
1
/
3
/
6
/
JKCache
/
0.1.0
/
JKCache.podspec.json
blob
e9b492e7b0c8b5c986aec6693f6eced11a98c32b
1
{
2
"name": "JKCache",
3
"version": "0.1.0",
4
"summary": "轻量级缓存库",
5
"description": "适用于 OC 开发 下的一个轻量级缓存框架",
6
"homepage": "https://github.com/jack6231/JKCache",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"jack6231": "wangzhiheng@dankegongyu.com"
13
},
14
"source": {
15
"git": "https://github.com/jack6231/JKCache.git",
16
"tag": "0.1.0"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "JKCache/Classes/**/*"
22
}