blob: d1faf22775b77e91d65b243badc5f14b784b2164 [file] [log] [blame]
{
"name": "Node",
"version": "4.0.2",
"summary": "The NODE Obj-C framework allows you to develop iOS and Mac OSX applications using NODE+, a modular sensor system \n \t\t\t\t\tmade by Variable.",
"description": " The NODE Objective-C framework allows you to develop custom iOS and Mac OSX applications using NODE+, a wireless modular sensor system made by Variable Inc.\n\n More details can be found at http://www.variableinc.com/\n",
"homepage": "http://variableinc.com",
"license": "BSD 2-Clause",
"authors": {
"Variable, Inc.": "customersupport@variableinc.com"
},
"requires_arc": true,
"source": {
"git": "https://bitbucket.org/variabletech/node-obj-c-framework-releases.git",
"tag": "4.0.2"
},
"ios": {
"preserve_paths": "Node_iOS.framework",
"public_header_files": "Node_iOS.framework/Versions/A/Headers/*",
"vendored_frameworks": "Node_iOS.framework",
"frameworks": [
"CoreBluetooth",
"CoreLocation",
"GLKit",
"Accelerate",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
],
"resources": "Node_iOS.framework"
},
"osx": {
"preserve_paths": "Node_OSX.framework",
"public_header_files": "Node_OSX.framework/Versions/A/Headers/*",
"vendored_frameworks": "Node_OSX.framework",
"frameworks": [
"IOBluetooth",
"GLKit",
"Accelerate",
"SystemConfiguration"
],
"libraries": "sqlite3",
"resources": "Node_OSX.framework"
}
}