blob: f37f37381f2896641c101c5e3c952ba2b64c0db1 [file] [log] [blame]
{
"name": "HLYBluetoothPrint",
"version": "0.0.7",
"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.7"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"public_header_files": "HLYBluetoothPrint/Classes/*.h",
"source_files": "HLYBluetoothPrint/Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreBluetooth"
]
}