blob: aa40a84712555c45140571913c93bdd5910106f8 [file] [log] [blame]
{
"name": "RasterizedReceiptPrinting",
"version": "0.1.5",
"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://raw.githubusercontent.com/chinhnguyen/RasterizedReceiptPrinting/master/receipt_thermal.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chinhnguyen": "chinh@willbe.vn"
},
"source": {
"git": "https://github.com/chinhnguyen/RasterizedReceiptPrinting.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/ngtr9h",
"source_files": "RasterizedReceiptPrinting/Classes/**/*",
"resource_bundles": {
"RasterizedReceiptPrinting": [
"RasterizedReceiptPrinting/Assets/*.ttf"
]
},
"frameworks": "UIKit",
"swift_version": "4.0"
}