blob: 982eb524b62895f11c430a88c89097601c52239c [file] [log] [blame]
{
"name": "MTQRCode",
"version": "0.1.0",
"summary": "Simple QRCode detector and generator.",
"description": "A tools to detect and generate QRCode. Using CIDetector to detector QRCode, Using CIFilter to generate QRCode.",
"homepage": "https://github.com/Secrimart/MTQRCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Secrimart": "secrimart@aliyun.com"
},
"source": {
"git": "https://github.com/Secrimart/MTQRCode.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "QRCapture",
"source_files": "MTQRCode/Classes/QRCapture/*.*",
"public_header_files": "MTQRCode/Classes/QRCapture/*.h"
},
{
"name": "QRGenerator",
"source_files": "MTQRCode/Classes/QRGenerator/*.*",
"public_header_files": "MTQRCode/Classes/QRGenerator/*.h"
}
]
}