[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 2 / e / RasterizedReceiptPrinting / 0.1.5 / RasterizedReceiptPrinting.podspec.json
blobaa40a84712555c45140571913c93bdd5910106f8
2   "name": "RasterizedReceiptPrinting",
3   "version": "0.1.5",
4   "summary": "Receipt printing to POS printer with support for Unicode",
5   "platforms": {
6     "ios": "9.0"
7   },
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",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "chinhnguyen": "chinh@willbe.vn"
17   },
18   "source": {
19     "git": "https://github.com/chinhnguyen/RasterizedReceiptPrinting.git",
20     "tag": "0.1.5"
21   },
22   "social_media_url": "https://twitter.com/ngtr9h",
23   "source_files": "RasterizedReceiptPrinting/Classes/**/*",
24   "resource_bundles": {
25     "RasterizedReceiptPrinting": [
26       "RasterizedReceiptPrinting/Assets/*.ttf"
27     ]
28   },
29   "frameworks": "UIKit",
30   "swift_version": "4.0"