blob: a4d08874c7a06950055435fe8b8697bd5eee18c2 [file] [log] [blame]
{
"name": "BLE",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/rafiki270",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}