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] RogoCore 1.0.8.9
[CocoaPods.git]
/
Specs
/
f
/
2
/
a
/
MZUnicode
/
1.0.0
/
MZUnicode.podspec.json
blob
4bb3891415e866766c5e79bfc3075859561e8160
1
{
2
"name": "MZUnicode",
3
"version": "1.0.0",
4
"summary": "解决Xcode8及以上版本控制台显示Unicode编码而不显示汉字的问题。",
5
"homepage": "https://github.com/MJCheung/MZUnicode",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"MJCheung": "zmzchn@gmail.com"
12
},
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://github.com/MJCheung/MZUnicode.git",
18
"tag": "1.0.0"
19
},
20
"requires_arc": true,
21
"frameworks": "Foundation",
22
"source_files": [
23
"MZUnicode",
24
"*.{h,m}"
25
]
26
}