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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
c
/
e
/
f
/
GDQrCode
/
0.0.1
/
GDQrCode.podspec.json
blob
90babd40e55fdbbdd979d3b3210ab6644280c132
1
{
2
"name": "GDQrCode",
3
"version": "0.0.1",
4
"summary": "基于 AVFoundation 生成一个自定义二维码(颜色 背景色 alpha logo)",
5
"homepage": "https://github.com/gdLin600/GDQrCode",
6
"license": "MIT",
7
"authors": {
8
"gdLin600": "lingd600@163.com"
9
},
10
"platforms": {
11
"ios": "7.0"
12
},
13
"source": {
14
"git": "https://github.com/gdLin600/GDQrCode.git",
15
"tag": "0.0.1"
16
},
17
"source_files": "GDQrCode/*.{h,m}",
18
"frameworks": [
19
"UIKit",
20
"AVFoundation"
21
],
22
"requires_arc": true
23
}