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] SwiftCoreData 0.6.2
[CocoaPods.git]
/
Specs
/
0
/
1
/
e
/
XXRouter
/
0.0.3
/
XXRouter.podspec.json
blob
44fa3fe68d6220382bfc001f91acc4c9528aac70
1
{
2
"name": "XXRouter",
3
"version": "0.0.3",
4
"license": {
5
"type": "MIT",
6
"file": "LICENSE"
7
},
8
"homepage": "https://github.com/ShawnCow/XXRouter",
9
"authors": {
10
"大黄": "rockhxy@gmail.com"
11
},
12
"summary": "简单的路由管理 router",
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://github.com/ShawnCow/XXRouter.git",
18
"tag": "0.0.3"
19
},
20
"source_files": "XXRouter/*.{h,m}",
21
"frameworks": [
22
"Foundation",
23
"UIKit"
24
],
25
"requires_arc": true
26
}