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] IEnvoyProxy 3.0.0
[CocoaPods.git]
/
Specs
/
8
/
0
/
7
/
HTQRCode
/
1.0.4
/
HTQRCode.podspec.json
blob
acfbd7d6b9acfe4c90408a163f27e56ac7ae5b21
1
{
2
"name": "HTQRCode",
3
"version": "1.0.4",
4
"summary": "二维码生成和扫描",
5
"description": "二维码生成和扫描,使用",
6
"homepage": "https://github.com/TeaseTian/QRCode",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"TeaseTian": "330972860@qq.com"
13
},
14
"platforms": {
15
"ios": "7.0"
16
},
17
"source": {
18
"git": "https://github.com/TeaseTian/QRCode.git",
19
"tag": "1.0.4"
20
},
21
"source_files": "QRCode/*.{h,m}",
22
"resources": "QRCode/*.png",
23
"requires_arc": true,
24
"dependencies": {
25
"ZXingObjC": [
26
"3.1.0"
27
],
28
"Masonry": [
29
30
]
31
}
32
}