blob: 1d650667891eaa37ecafb1bcd11495d1856a67f0 [file] [log] [blame]
{
"name": "PrinterSDK",
"version": "1.3.2",
"summary": "A repository for bluetooth and printer communications.",
"description": "A library for bluetooth and printer communication. Bluetooth connection, data processing, and sending data are encapsulated in the library, and the API can be called directly",
"homepage": "https://github.com/CodeFeel/PrinterSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CodeFeel": "492262370@qq.com"
},
"source": {
"git": "https://github.com/CodeFeel/PrinterSDK.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"CoreBluetooth",
"Foundation",
"CoreGraphics",
"SystemConfiguration"
],
"ios": {
"vendored_frameworks": "Framework/PrinterSDK.framework"
},
"vendored_frameworks": "PrinterSDK.framework"
}