blob: 875a5d1b3eff7a9502becd55e9c24f491c221f2e [file] [log] [blame]
{
"name": "BlueChat",
"version": "0.0.2",
"summary": "1-to-1 Chat over Bluetooth LE.",
"description": "1-to-1 Chat over Bluetooth LE demonstrating CoreBluetooth",
"homepage": "https://github.com/zouchaoqun/BlueChat",
"license": "MIT",
"authors": {
"Max Zou": "zouchaoqun@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/zouchaoqun/BlueChat.git",
"tag": "0.0.2"
},
"source_files": "BlueChatLib/BlueChatLib/**/*.{h,m}",
"exclude_files": "BlueChatLib/BlueChatLib/BlueChatLib.h"
}