blob: 58992c8733b49fbf04ddae0a347b2be7040ae4a6 [file] [log] [blame]
{
"name": "KINBarCodeScanner",
"version": "0.1.0",
"summary": "A barcode scanner module for your iOS apps.",
"description": " KINCodeScammer is a simple bar code scanner module for your apps. Supports barcodes and QR codes. Compatible with iOS 7 and iOS 8.\n",
"homepage": "https://github.com/dfmuir/KINBarCodeScanner",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David F. Muir V": "dfmuir@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dfmuir/KINBarCodeScanner.git",
"tag": "0.1.0"
},
"source_files": [
"KINBarCodeScanner",
"KINBarCodeScanner/**/*.{h,m}"
],
"resources": "Assets/*.png",
"frameworks": "AVFoundation",
"requires_arc": true
}