blob: 8d515930fac4f7ff090de19d1f64e018b44835f0 [file] [log] [blame]
{
"name": "wBarCodeReader",
"version": "1.0.3",
"summary": "Lightweight library which allows reading various barcode types on iOS devices.",
"swift_versions": "5.3",
"description": "Lightweight library which allows reading various barcode types on iOS devices. Supported barcode types are included in AVMetadataObject.ObjectType: https://developer.apple.com/documentation/avfoundation/avmetadataobject/objecttype.",
"homepage": "https://github.com/Narmo/BarCodeReader",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Nik Dyonin": "nik@brite-apps.com"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"source": {
"git": "https://github.com/Narmo/BarCodeReader.git",
"tag": "1.0.3"
},
"source_files": "BarCodeReader",
"requires_arc": true,
"swift_version": "5.3"
}