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
[Delete] DSPSDK 1.0.0.3
[CocoaPods.git]
/
Specs
/
4
/
f
/
7
/
QRExt
/
1.0.0
/
QRExt.podspec.json
blob
71b077f97962588a5cf77f87dd0cf8e8fcb434b2
1
{
2
"name": "QRExt",
3
"version": "1.0.0",
4
"summary": "根据字符串生成二维码集合工具",
5
"homepage": "https://github.com/junhaiyang/QRExt",
6
"license": "MIT",
7
"authors": {
8
"yangjunhai": "junhaiyang@gmail.com"
9
},
10
"platforms": {
11
"ios": "6.0"
12
},
13
"source": {
14
"git": "https://github.com/junhaiyang/QRExt.git",
15
"tag": "1.0.0"
16
},
17
"requires_arc": true,
18
"source_files": "*.{h,m,mm}",
19
"dependencies": {
20
"libqrencode": [
21
"~> 3.4.2"
22
]
23
}
24
}