blob: 27ea7afe8d427e479582a2abdcc430d2aa30de43 [file] [log] [blame]
{
"name": "PrinterSDK",
"version": "1.0.1",
"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.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PrinterSDK/Classes/**/*",
"frameworks": [
"UIKit",
"CoreBluetooth",
"Foundation",
"SystemConfiguration"
]
}