blob: 145354cf0ddf0100f2654e2e778e0d0a2b00aa97 [file] [log] [blame]
{
"name": "Bluetooth",
"version": "1.0.0",
"summary": "蓝牙Ble连接的Demo.",
"description": "通过蓝牙4.0连接,可以实现安卓iOS设备的连接和发送数据",
"homepage": "https://github.com/TeaseTian/Bluetooth",
"license": "MIT",
"authors": {
"TeaseTian": "330972860@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/TeaseTian/Bluetooth.git",
"tag": "1.0.0"
},
"source_files": "Bluetooth/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"CoreBluetooth"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}