[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / c / 0 / BluetoothCommunicate / 0.0.3 / BluetoothCommunicate.podspec.json
blobd4b2c9416a111904512e51f96f8d6f7dd97fb1b3
2   "name": "BluetoothCommunicate",
3   "version": "0.0.3",
4   "summary": "蓝牙指令发送",
5   "description": "蓝牙指令发送管理类工具",
6   "homepage": "https://github.com/UnfamousCoder-zhangsan/BluetoothCommunicate",
7   "license": "MIT",
8   "authors": {
9     "hi kobe": "1546294949@qq.com"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "source": {
15     "git": "https://github.com/UnfamousCoder-zhangsan/BluetoothCommunicate.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "AccBluetoothCommunicate/AccBluetoothCommunicate.h",
19   "requires_arc": true,
20   "ios": {
21     "frameworks": "Foundation"
22   },
23   "subspecs": [
24     {
25       "name": "Protocol",
26       "source_files": "AccBluetoothCommunicate/CommandTaskProtocol.h"
27     },
28     {
29       "name": "BabyBluetooth",
30       "source_files": "BabyBluetooth",
31       "frameworks": "CoreBluetooth"
32     },
33     {
34       "name": "TaskManager",
35       "source_files": "AccBluetoothCommunicate/AccBCCommandTaskManager.{h,m}",
36       "dependencies": {
37         "BluetoothCommunicate/BabyBluetooth": [
39         ],
40         "BluetoothCommunicate/Protocol": [
42         ]
43       }
44     }
45   ]