blob: e4ae88710f530d13f2c59b9ac2af8deaa4ed18ac [file] [log] [blame]
{
"name": "Printer",
"version": "4.0.0",
"summary": "Swift ticket printer framework for ESC/POS-compatible thermal printers.",
"homepage": "https://github.com/KevinGong2013/Printer",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"kevin": "aoxianglele@icloud.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KevinGong2013/Printer.git",
"tag": "4.0.0"
},
"frameworks": "CoreBluetooth",
"swift_versions": "5.0",
"swift_version": "5.0",
"subspecs": [
{
"name": "Ticket",
"source_files": [
"Printer/Printer.h",
"Printer/Source/Ticket/*.swfit",
"Printer/Source/Utils/*.swift"
]
},
{
"name": "Hardware-Blutooth",
"source_files": [
"Printer/Printer.h",
"Printer/Source/Hardware/Bluetooth/*.swift",
"Printer/Source/Utils/*.swift"
]
},
{
"name": "Hardware-Network",
"source_files": [
"Printer/Printer.h",
"Printer/Source/Hardware/Network/*.swift",
"Printer/Source/Utils/*.swift"
]
}
]
}