blob: 1bc84ab7aafc16db31cabb270e591052663cb913 [file] [log] [blame]
{
"name": "LYQRCodeScan",
"version": "1.0.5",
"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.5"
},
"frameworks": [
"UIKit",
"AVFoundation",
"Photos",
"AssetsLibrary"
],
"source_files": "Source/*.swift",
"resource_bundles": {
"LYQRCodeScan": [
"Source/ScanResource.xcassets"
]
}
}