blob: ae3cb3398edb6b9a3c30351cb29f78030d6523f9 [file] [log] [blame]
{
"name": "BLE",
"version": "0.1.0",
"summary": "Simple BLE (Bluetooth Low Energy) wrapper library in Swift",
"description": "Swift wrapper around CoreBluetooth. Library allows you to connect to BLE devices, read and write data to them",
"homepage": "https://github.com/manGoweb/BLE",
"license": "MIT",
"authors": {
"Ondrej Rafaj": "rafaj@mangoweb.cz"
},
"source": {
"git": "https://github.com/manGoweb/BLE.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/rafiki270",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}