blob: 3ef880c40a8f9694f339bb70b5118335b912c674 [file] [log] [blame]
{
"name": "Node",
"version": "4.2.0",
"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.2.0"
},
"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"
]
},
"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"
}
}