blob: 42846da3b4c38239c8688840eca281b1e24ca9ff [file] [log] [blame]
{
"name": "BlueToothPrintAPI",
"version": "0.1.1",
"summary": "BlueToothPrintAPI is a print SDK with BlueTooth, you just send you print info with a method, then you can get call back from the print!",
"description": "TODO: BlueToothPrintAPI is a print SDK with BlueTooth, you just send you print info with a method, then you can get call back from the print!",
"homepage": "https://github.com/yonghuifan21/BlueToothPrintAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yonghuifan21": "andy_yonghui@163.com"
},
"source": {
"git": "https://github.com/yonghuifan21/BlueToothPrintAPI.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BlueToothPrintAPI/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"WebViewJavascriptBridge": [
"~> 6.0"
],
"SSZipArchive": [
"~> 2.4.2"
],
"BabyBluetooth": [
"~> 0.7.0"
]
}
}