| { |
| "name": "EANBarcodeGenerator", |
| "version": "0.1.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.1.0" |
| }, |
| "swift_version": "4.2", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "EANBarcodeGenerator/Classes/**/*", |
| "frameworks": [ |
| "UIKit", |
| "CoreImage", |
| "Foundation" |
| ] |
| } |