[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 4 / c / BlueToothPrintAPI / 0.1.1 / BlueToothPrintAPI.podspec.json
blob42846da3b4c38239c8688840eca281b1e24ca9ff
2   "name": "BlueToothPrintAPI",
3   "version": "0.1.1",
4   "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!",
5   "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!",
6   "homepage": "https://github.com/yonghuifan21/BlueToothPrintAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yonghuifan21": "andy_yonghui@163.com"
13   },
14   "source": {
15     "git": "https://github.com/yonghuifan21/BlueToothPrintAPI.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BlueToothPrintAPI/Classes/**/*",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "WebViewJavascriptBridge": [
26       "~> 6.0"
27     ],
28     "SSZipArchive": [
29       "~> 2.4.2"
30     ],
31     "BabyBluetooth": [
32       "~> 0.7.0"
33     ]
34   }