blob: 3757b6c62c249b9143506c682f390f1f50a8f710 [file] [log] [blame]
{
"name": "NodeConnectionHelper",
"version": "1.0.2",
"summary": "NodeConnectionHelper speeds up NODE+ development by providing a class that wraps most common CoreBluetooth code.",
"description": " NODE+ is a wireless modular sensor platform made by Variable, Inc.\n NodeConnectionHelper speeds up NODE+ app development by providing common \n CoreBluetooth initialization and device discovery code in an easy to use class.\n\n More details on NODE+ can be found at http://www.variableinc.com/\n",
"homepage": "http://www.variableinc.com",
"license": "BSD 2-Clause",
"authors": {
"Variable, Inc.": "customersupport@variableinc.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://bitbucket.org/variabletech/nodeconnectionhelper.git",
"tag": "1.0.2"
},
"ios": {
"source_files": "Classes/*.{h,m}",
"frameworks": "CoreBluetooth"
},
"requires_arc": true
}