blob: 046ffb8fe45549dc32a1db84a4d0e24b4ab909e1 [file] [log] [blame]
{
"name": "EZQRCodeScanner",
"version": "1.0.2",
"summary": "二维码扫描",
"description": "A simple QRCode scanner, including a view controller which is in charge of the working of AVFoundation and other UI things, a view which draws the line, sets the background color and makes a transparent region at the center.",
"homepage": "https://github.com/Ezfen/EZQRCodeScanner",
"license": "MIT",
"authors": {
"ChrisCheung": "ezfen_zhang@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Ezfen/EZQRCodeScanner.git",
"tag": "1.0.2"
},
"source_files": [
"EZQRCodeScanner/EZQRCodeScanner/Controller",
"EZQRCodeScanner/EZQRCodeScanner/View"
],
"resources": "EZQRCodeScanner/EZQRCodeScanner/Resource/*.png"
}