blob: d620c65e15097349772dc1e7f96483fb8174984a [file] [log] [blame]
{
"name": "QRCodeScanner83",
"version": "0.0.1",
"summary": "Simple and extendable QR code/barcode/etc. scanner for iOS apps.",
"homepage": "https://github.com/seriyvolk83/QRCodeScanner",
"license": {
"type": "MIT"
},
"authors": {
"seriyvolk83": "volk@frgroup.ru"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/seriyvolk83/QRCodeScanner.git",
"tag": "0.0.1"
},
"source_files": "Source/*.swift",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.swift"
}
],
"swift_version": "5.0"
}