blob: 4db68c9c1952be297a969b0be938cfc915696236 [file] [log] [blame]
{
"name": "QLTool",
"version": "0.1.4",
"summary": "A short description of QLQRCodeScan.",
"description": "个人工具类",
"homepage": "https://github.com/mark1225/QLQRCodeScan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qilong": "915464855@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mark1225/QLQRCodeScan.git",
"tag": "0.1.4"
},
"source_files": "QLQRCode/QLQRCode/QLTool/*.h",
"dependencies": {
"SDWebImage": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "QLQRCode/QLQRCode/QLTool/Category/**/*.{h,m}",
"dependencies": {
"QLTool/Tool": [
]
}
},
{
"name": "Tool",
"source_files": "QLQRCode/QLQRCode/QLTool/Tool/**/*.{h,m}"
}
]
}