blob: 7265c905133a89a3a4b5048a9687a1037b9439fc [file] [log] [blame]
{
"name": "RasterizedReceiptPrinting",
"version": "0.1.2",
"summary": "Receipt printing to POS printer with support for Unicode",
"platforms": {
"ios": "9.0"
},
"description": "Printing Unicode with Command mode to Receipt printers are not reliable. The best solution so far is to printing to a UIImage and then send the whole image over to printer.\nWith this approach, developer can control totally the Unicode printing work and it''s easier to manage the layout.\nHowever, Mono-Font must be used to make alignment more precise.",
"homepage": "https://github.com/chinhnguyen/RasterizedReceiptPrinting",
"screenshots": "https://photos.google.com/share/AF1QipPGnVaAF9p2uC5p2v8YWzSR04UhveV62IHa3i5bqNFf5l9TV5BFH06c0n8xtEdy2g?key=MVNvN3JtVTNmdmRjSlNWeDRtLUttU0p3RDBXWjdB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chinhnguyen": "chinh@willbe.vn"
},
"source": {
"git": "https://github.com/chinhnguyen/RasterizedReceiptPrinting.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/ngtr9h",
"source_files": "RasterizedReceiptPrinting/Classes/**/*",
"resource_bundles": {
"RasterizedReceiptPrinting": [
"RasterizedReceiptPrinting/Assets/*.ttf"
]
},
"frameworks": "UIKit",
"swift_version": "4.0"
}