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] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git]
/
Specs
/
1
/
d
/
5
/
YOCView
/
0.1.1
/
YOCView.podspec.json
blob
7e0300be3e60e0abbcbd82c51ff2a9cbf79ed251
1
{
2
"name": "YOCView",
3
"version": "0.1.1",
4
"summary": "Taking away view controllers.",
5
"homepage": "https://github.com/gabriel/YOCView",
6
"license": "MIT",
7
"authors": {
8
"Gabriel Handford": "gabrielh@gmail.com"
9
},
10
"source": {
11
"git": "https://github.com/gabriel/YOCView.git",
12
"tag": "0.1.1"
13
},
14
"requires_arc": true,
15
"dependencies": {
16
"YOLayout": [
17
"~> 0.1.3"
18
]
19
},
20
"platforms": {
21
"ios": "7.0"
22
},
23
"ios": {
24
"source_files": "YOCView/*.{h,m}"
25
}
26
}