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] ZJSDK 2.5.8.16
[CocoaPods.git]
/
Specs
/
9
/
c
/
6
/
YFRouter
/
0.1.2
/
YFRouter.podspec.json
blob
5299761f0fb2d8277983fcbc891f214e2755a1ad
1
{
2
"name": "YFRouter",
3
"version": "0.1.2",
4
"summary": "A iOS Router Component",
5
"description": "YFRouter is a part of YFKit,",
6
"homepage": "https://github.com/laichanwai/YFRouter",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"laizw": "i@laizw.cn"
13
},
14
"source": {
15
"git": "https://github.com/laichanwai/YFRouter.git",
16
"tag": "0.1.2"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": [
22
"YFRouter",
23
"YFRouter/*.{h,m}"
24
],
25
"dependencies": {
26
"YFLog": [
27
28
]
29
}
30
}