blob: c7dfad1ab9b109ee0fccd1ca09d25d50a4653507 [file] [log] [blame]
{
"name": "LYQRCodeScan",
"version": "1.0.4",
"swift_version": "4.2",
"summary": "swift原生二维码扫描,based iOS10.0,",
"homepage": "https://github.com/GordonLY/LYQRCodeScan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Gordon",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/GordonLY/LYQRCodeScan.git",
"tag": "1.0.4"
},
"frameworks": [
"UIKit",
"AVFoundation",
"Photos",
"AssetsLibrary"
],
"subspecs": [
{
"name": "LYQRCodeScan",
"source_files": "LYQRCodeScan/*.swift",
"resource_bundles": {
"LYQRCodeScan": [
"LYQRCodeScan/ScanResource.xcassets"
]
}
}
]
}