blob: 0c15c7f83fbf7e1086f11f69c82d1d3b38dca771 [file] [log] [blame]
{
"name": "BLE",
"version": "0.1.3",
"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",
"screenshots": "https://raw.githubusercontent.com/manGoweb/BLE/master/_orig/home.png",
"license": "MIT",
"authors": {
"Ondrej Rafaj": "rafaj@mangoweb.cz"
},
"source": {
"git": "https://github.com/manGoweb/BLE.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/rafiki270",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}