[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 7 / f / Printer / 4.0.0 / Printer.podspec.json
blobe4ae88710f530d13f2c59b9ac2af8deaa4ed18ac
2   "name": "Printer",
3   "version": "4.0.0",
4   "summary": "Swift ticket printer framework for ESC/POS-compatible thermal printers.",
5   "homepage": "https://github.com/KevinGong2013/Printer",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "kevin": "aoxianglele@icloud.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/KevinGong2013/Printer.git",
18     "tag": "4.0.0"
19   },
20   "frameworks": "CoreBluetooth",
21   "swift_versions": "5.0",
22   "swift_version": "5.0",
23   "subspecs": [
24     {
25       "name": "Ticket",
26       "source_files": [
27         "Printer/Printer.h",
28         "Printer/Source/Ticket/*.swfit",
29         "Printer/Source/Utils/*.swift"
30       ]
31     },
32     {
33       "name": "Hardware-Blutooth",
34       "source_files": [
35         "Printer/Printer.h",
36         "Printer/Source/Hardware/Bluetooth/*.swift",
37         "Printer/Source/Utils/*.swift"
38       ]
39     },
40     {
41       "name": "Hardware-Network",
42       "source_files": [
43         "Printer/Printer.h",
44         "Printer/Source/Hardware/Network/*.swift",
45         "Printer/Source/Utils/*.swift"
46       ]
47     }
48   ]