4 "summary": "Simple QRCode detector and generator.",
5 "description": "A tools to detect and generate QRCode. Using CIDetector to detector QRCode, Using CIFilter to generate QRCode.",
6 "homepage": "https://github.com/Secrimart/MTQRCode",
12 "Secrimart": "secrimart@aliyun.com"
15 "git": "https://github.com/Secrimart/MTQRCode.git",
24 "source_files": "MTQRCode/Classes/QRCapture/*.*",
25 "public_header_files": "MTQRCode/Classes/QRCapture/*.h"
28 "name": "QRGenerator",
29 "source_files": "MTQRCode/Classes/QRGenerator/*.*",
30 "public_header_files": "MTQRCode/Classes/QRGenerator/*.h"