blob: e18464db9c47b83df7b3ea03e01dc9670710fecd [file] [log] [blame]
{
"name": "HLYBluetoothPrint",
"version": "0.0.5",
"summary": "A common bluetooth Print Kit used on iOS.",
"description": "It is a common bluetooth Print Kit used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/LingyeHan/HLYBluetoothPrint",
"license": "MIT",
"authors": {
"HanLingye": "lingye.han@gmail.com"
},
"source": {
"git": "https://github.com/LingyeHan/HLYBluetoothPrint.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"public_header_files": "HLYBluetoothPrint/Classes/*.h",
"source_files": "HLYBluetoothPrint/Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreBluetooth"
]
}