blob: 3b45f4dbfb35fcbe49a07bc8d123232b9336caf2 [file] [log] [blame]
{
"name": "UHNCGMController",
"version": "0.1.2",
"summary": "A central continuous glucose monitor controller.",
"description": " The central CGM controller is built upon the UHNBLEControlelr, a general central BLE controller. The CGM controller provides a delegate based interface to interacting with CGM service as defined by BT-SIG.\n\n * Read/Write/Notification interact with CGM characterisitics\n * Procedures via record access control point\n * Operartions via the specific ops control point\n",
"homepage": "https://github.com/uhnmdi/UHNCGMController",
"license": "MIT",
"authors": {
"Nathaniel Hamming": "nathaniel.hamming@gmail.com"
},
"source": {
"git": "https://github.com/uhnmdi/UHNCGMController.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/NateHam80",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UHNCGMController": [
"Pod/Assets/*.png"
]
},
"frameworks": "CoreBluetooth",
"dependencies": {
"UHNDebug": [
],
"UHNBLEController": [
]
}
}