blob: a6c25c22b9f659f458125c9e0ca1921cedce989b [file] [log] [blame]
{
"name": "PrinterSDK",
"version": "1.2.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/PrinterSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CodeFeel": "492262370@qq.com"
},
"source": {
"git": "https://github.com/CodeFeel/PrinterSDK.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Framework/**/*.{h,m}",
"public_header_files": "Framework/**/*.h",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreBluetooth",
"Foundation",
"SystemConfiguration"
]
}