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] MentaVlionAdapter 6.00.22
[CocoaPods.git]
/
Specs
/
8
/
b
/
a
/
JJRouter
/
0.0.1
/
JJRouter.podspec.json
blob
7892a3765aa9775bca662ad39b380a4f1fb98a3a
1
{
2
"name": "JJRouter",
3
"version": "0.0.1",
4
"platforms": {
5
"ios": "7.0"
6
},
7
"summary": "轻量级路由设计,用法简单",
8
"homepage": "https://github.com/andyfangjunjie/JJRouter",
9
"license": "MIT",
10
"authors": {
11
"andyfangjunjie": "andyfangjunjie@163.com"
12
},
13
"source": {
14
"git": "https://github.com/andyfangjunjie/JJRouter.git",
15
"tag": "0.0.1"
16
},
17
"source_files": "JJRouter/**/*.{h,m}",
18
"requires_arc": true,
19
"frameworks": [
20
"UIKit",
21
"Foundation"
22
]
23
}