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] flutter_libmwc 0.0.3
[CocoaPods.git]
/
Specs
/
b
/
7
/
f
/
YUConsole
/
1.0.0
/
YUConsole.podspec.json
blob
8561b0a29c362deaab2116c1ad4ffe3f4385bed5
1
{
2
"name": "YUConsole",
3
"version": "1.0.0",
4
"summary": "真机日志调试",
5
"homepage": "https://github.com/c6357/YUConsole",
6
"license": "MIT",
7
"authors": {
8
"BruceYu": "c6357@outlook.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/c6357/YUConsole.git",
15
"tag": "1.0.0"
16
},
17
"ios": {
18
"vendored_frameworks": "YUConsole.framework"
19
},
20
"frameworks": [
21
"Foundation",
22
"UIKit"
23
],
24
"requires_arc": true
25
}