blob: e694efc1c9f57cf4d0c6081906d21d989b95c6e2 [file] [log] [blame]
{
"name": "JLQRCode",
"version": "0.1.1",
"summary": "Simple QRCode detector and generator.",
"homepage": "https://github.com/JasonRSTX/JLQRCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JasonLi": "rstx_reg@aliyun.com"
},
"source": {
"git": "https://github.com/JasonRSTX/JLQRCode.git",
"tag": "0.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "JLQRCode/Classes/JLQRCode.h",
"public_header_files": "JLQRCode/Classes/JLQRCode.h",
"resource_bundles": {
"JLQRCodeAssets": [
"JLQRCode/Assets/*.*"
]
},
"frameworks": "UIKit",
"subspecs": [
{
"name": "QRCapture",
"source_files": "JLQRCode/Classes/QRCapture/*.*",
"public_header_files": "JLQRCode/Classes/QRCapture/*.h"
},
{
"name": "QRGenerator",
"source_files": "JLQRCode/Classes/QRGenerator/*.*",
"public_header_files": "JLQRCode/Classes/QRGenerator/*.h"
}
]
}