blob: 9d9bc416561b3ba1205fed9369fb107bc202d2a6 [file] [log] [blame]
{
"name": "ACCodeReader",
"version": "1.0.0",
"summary": "An UIView subclass to scan barcode",
"description": "An UIView subclass to scan barcode.\nCurrently, you can scan :\n- EAN13",
"homepage": "https://github.com/antoine20001/ACCodeReader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"antoine20001": "antoine.cointepas@orange.fr"
},
"source": {
"git": "https://github.com/antoine20001/ACCodeReader.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ACCodeReader/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"AudioToolbox"
],
"pushed_with_swift_version": "3.0"
}