blob: 270b2f8b16dafd6c449854bd6a3fa6a0ee9a697f [file] [log] [blame]
{
"name": "SQRScanCode",
"version": "0.0.2",
"summary": "扫描条形码和二维码",
"homepage": "https://github.com/pengruiCode/SQRScanCode.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pengrui": "pengruiCode@163.com"
},
"source": {
"git": "https://github.com/pengruiCode/SQRScanCode.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SQRScanCode/**/*.{h,m}",
"resources": "SQRScanCode/Resource/*.png",
"requires_arc": true,
"description": "扫描条形码和二维码并返回",
"subspecs": [
{
"name": "SQRBaseDefineWithFunction",
"dependencies": {
"SQRBaseDefineWithFunction": [
]
}
}
]
}