blob: 177ca20104cb8920f4a8f168de3577d5c73d1d9c [file] [log] [blame]
{
"name": "UHNBLEController",
"version": "0.1.1",
"summary": "A general BLE library that provides helpers for common task and the generic record access control point service.",
"description": "UHNBLEController provides a number of helpers, as listed below\n\n* parsing BLE characteristics to standard types\n* record access control point commands and parsing\n* connecting with a BLE peripheral advertising specific services",
"homepage": "https://github.com/uhnmdi/UHNBLEController",
"license": "MIT",
"authors": {
"Nathaniel Hamming": "nathaniel.hamming@gmail.com"
},
"source": {
"git": "https://github.com/uhnmdi/UHNBLEController.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/NateHam80",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UHNBLEController": [
"Pod/Assets/*.png"
]
},
"frameworks": "CoreBluetooth",
"dependencies": {
"UHNDebug": [
]
}
}