blob: 98938a34281639ddc073bad66ffda7f2df8942ac [file] [log] [blame]
{
"name": "EANBarcodeGenerator",
"version": "0.2.0",
"summary": "EAN-13, UPC-A barcode generator.",
"description": "EANBarcodeGenerator provides CIFilter witch allows to generate EAN-13, UPC-A barcodes.\nThis generator was created for iOS application PokeWall (https://itunes.apple.com/us/app/pokewall/id1449455385)",
"homepage": "https://github.com/ampirator/EANBarcodeGenerator",
"screenshots": "https://raw.githubusercontent.com/ampirator/EANBarcodeGenerator/master/Images/screenshot.jpg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Bayborodov": "ampirator@gmail.com"
},
"source": {
"git": "https://github.com/ampirator/EANBarcodeGenerator.git",
"tag": "0.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "EANBarcodeGenerator/Classes/**/*",
"frameworks": [
"UIKit",
"CoreImage",
"Foundation"
],
"swift_version": "5.0"
}