[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / d / e / Bluetooth / 1.0.0 / Bluetooth.podspec.json
blob145354cf0ddf0100f2654e2e778e0d0a2b00aa97
2   "name": "Bluetooth",
3   "version": "1.0.0",
4   "summary": "蓝牙Ble连接的Demo.",
5   "description": "通过蓝牙4.0连接,可以实现安卓iOS设备的连接和发送数据",
6   "homepage": "https://github.com/TeaseTian/Bluetooth",
7   "license": "MIT",
8   "authors": {
9     "TeaseTian": "330972860@qq.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/TeaseTian/Bluetooth.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Bluetooth/*",
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit",
23     "CoreBluetooth"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
29     ]
30   }