blob: ac8b2dc542cab278712794ea6e6e97401c8bce1b [file] [log] [blame]
{
"name": "SMScanner",
"version": "0.1.0",
"summary": "A drop in pod that allows you to specify the barcode you want",
"description": "This allows you to specify both the type(s) of barcode(s) you want to accept, as well as specify criteria around what they can contain. Specifying type is done through the Barcode enum, which aligns with the supported types AVFoundation has. You can specify acceptable barcode values by either providing parameters to two prebuilt methods, or you can provide your own custom regex expression for more complex values. This pod is also able to determine if it is being run against a simulator, and will avoid launching the scanner if it is.",
"homepage": "https://github.com/seanmcneil/SMScanner",
"license": "MIT",
"authors": {
"Sean McNeil": "mcneilsean@icloud.com"
},
"source": {
"git": "https://github.com/seanmcneil/SMScanner.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/sean_mcneil",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SMScanner": [
"Pod/Assets/*.png"
]
}
}