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] IPDSDK 2.0.0.3
[CocoaPods.git]
/
Specs
/
a
/
3
/
0
/
XYRouter
/
0.7.2
/
XYRouter.podspec.json
blob
89fa412d83f0d081af853fcb438b7c5e82f6fc40
1
{
2
"name": "XYRouter",
3
"version": "0.7.2",
4
"summary": "XYRouter是一个通过URL routing来解决UIViewController跳转依赖的类.",
5
"homepage": "https://github.com/uxyheaven",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"uxyheaven": "uxyheaven@163.com"
12
},
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://github.com/uxyheaven/XYRouter.git",
18
"tag": "0.7.2"
19
},
20
"requires_arc": true,
21
"subspecs": [
22
{
23
"name": "XYRouter",
24
"source_files": "XYRouter/*"
25
}
26
]
27
}