blob: 8b7849694e4855c4d8427b7a79f235ec7546c004 [file] [log] [blame]
{
"name": "UHNBGMController",
"version": "0.1.0",
"summary": "A bluetooth glucose service collector.",
"description": "The bluetooth glucose service collector is built upon the UHNBLEControlelr, a general central BLE controller. The Glucose Collector provides a delegate based interface to interacting with Glucose service as defined by BT-SIG.\n\nRead/Write/Notification interact with Glucose characterisitics\nProcedures via record access control point",
"homepage": "https://github.com/uhnmdi/UHNBGMController",
"license": "MIT",
"authors": {
"Nathaniel Hamming": "nathaniel.hamming@gmail.com"
},
"source": {
"git": "https://github.com/uhnmdi/UHNBGMController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/NAteHAm80",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UHNBGMController": [
"Pod/Assets/*.png"
]
},
"frameworks": "CoreBluetooth",
"dependencies": {
"UHNDebug": [
],
"UHNBLEController": [
]
}
}