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