blob: ec83815227376b507bbe1595129f88de710a8e4e [file] [log] [blame]
{
"name": "HYPrinterSDK",
"version": "0.1.0",
"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/HYPrinterSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CodeFeel": "492262370@qq.com"
},
"source": {
"git": "https://github.com/CodeFeel/HYPrinterSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HYPrinterSDK/Classes/**/*",
"frameworks": "SystemConfiguration"
}