blob: 7c9bff3197b0ef10535169405056c60083d95226 [file] [log] [blame]
{
"name": "MGPBarcodeScanner",
"version": "0.1.0",
"summary": "A light weight, powerful, fast and efficient library to scan Barcode and QR Codes.",
"description": "A powerful, fast and efficient library to scan Barcode and QR Codes. Min. iOS requirement is iOS 10.0 or later",
"homepage": "https://github.com/mahendragp/MGPBarcodeScanner",
"screenshots": [
"https://dl.dropboxusercontent.com/s/lfpu3ijmt0ykc05/Mahendra_1.png",
"https://dl.dropboxusercontent.com/s/aslcw5dp6yulv0b/Mahendra_2.png",
"https://dl.dropboxusercontent.com/s/01c9bojmn9bkk4s/Mahendra_3.png",
"https://dl.dropboxusercontent.com/s/ofy0xis8eh2o2ri/MahendraGP_barcode.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MahendraGP": "patelarjun81@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/mahendragp/MGPBarcodeScanner.git",
"tag": "0.1.0"
},
"ios": {
"source_files": "MGPBarcodeScanner/Classes/**/*",
"frameworks": [
"AVFoundation",
"UIKit"
]
}
}