2 "name": "RasterizedReceiptPrinting",
4 "summary": "Receipt printing to POS printer with support for Unicode",
8 "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.",
9 "homepage": "https://github.com/chinhnguyen/RasterizedReceiptPrinting",
10 "screenshots": "https://raw.githubusercontent.com/chinhnguyen/RasterizedReceiptPrinting/master/receipt_thermal.png",
16 "chinhnguyen": "chinh@willbe.vn"
19 "git": "https://github.com/chinhnguyen/RasterizedReceiptPrinting.git",
22 "social_media_url": "https://twitter.com/ngtr9h",
23 "source_files": "RasterizedReceiptPrinting/Classes/**/*",
25 "RasterizedReceiptPrinting": [
26 "RasterizedReceiptPrinting/Assets/*.ttf"
29 "frameworks": "UIKit",
30 "swift_version": "4.0"