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] HandyStorage 1.0.3
[CocoaPods.git]
/
Specs
/
e
/
8
/
d
/
MJLScan
/
0.0.2
/
MJLScan.podspec.json
blob
0b13e304df3accf7e1ad264ad64c9cd44b962d13
1
{
2
"name": "MJLScan",
3
"version": "0.0.2",
4
"summary": "二维码扫描",
5
"description": "这是一个二维码扫描的工具类",
6
"homepage": "https://git.coding.net/iceCarry/MJLScan.git",
7
"license": "MIT",
8
"authors": {
9
"iceCarry": "947486066@qq.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://git.coding.net/iceCarry/MJLScan.git",
16
"tag": "0.0.2"
17
},
18
"source_files": [
19
"MJLScan",
20
"MJLScan/**/*.{h,m}"
21
],
22
"resources": "MJLScan/resource/*.png",
23
"requires_arc": true
24
}