blob: 496f3d7fd845c8d99dccfdd27203c4e7ecda7e1e [file] [log] [blame]
{
"name": "BlueChat",
"version": "0.0.3",
"summary": "1-to-1 Chat over Bluetooth LE",
"description": "1-to-1 Chat over Bluetooth LE demonstrating CoreBluetooth APIs on both Central and Peripheral sides.",
"homepage": "https://github.com/zouchaoqun/BlueChat",
"screenshots": [
"https://github.com/zouchaoqun/BlueChat/raw/master/Documentation/screens/screen0.png",
"https://github.com/zouchaoqun/BlueChat/raw/master/Documentation/screens/screen1.png",
"https://github.com/zouchaoqun/BlueChat/raw/master/Documentation/screens/screen2.png",
"https://github.com/zouchaoqun/BlueChat/raw/master/Documentation/screens/screen3.png",
"https://github.com/zouchaoqun/BlueChat/raw/master/Documentation/screens/screen4.png",
"https://github.com/zouchaoqun/BlueChat/raw/master/Documentation/screens/screen5.png"
],
"license": "MIT",
"authors": {
"Max Zou": "zouchaoqun@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/zouchaoqun/BlueChat.git",
"tag": "0.0.3"
},
"source_files": "BlueChatLib/BlueChatLib/**/*.{h,m}",
"exclude_files": "BlueChatLib/BlueChatLib/BlueChatLib.h"
}