blob: 10ac32fc6f6007081ce9f5e86f054b9778d919c1 [file] [log] [blame]
{
"name": "Node",
"version": "4.0.1",
"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://www.variableinc.com",
"license": "BSD 2-Clause",
"authors": {
"Variable, Inc.": "customersupport@variableinc.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source": {
"git": "https://bitbucket.org/variabletech/node-obj-c-framework-releases.git",
"tag": "4.0.1"
},
"ios": {
"source_files": "Node_iOS.framework/Versions/A/Headers/*.h",
"preserve_paths": [
"Node_iOS.framework/*",
"Node_iOS.framework"
],
"frameworks": [
"Node_iOS",
"CoreBluetooth",
"CoreLocation",
"GLKit",
"Accelerate",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3"
]
},
"osx": {
"source_files": "Node_OSX.framework/Versions/A/Headers/*.{h}",
"preserve_paths": [
"Node_OSX.framework/*",
"Node_OSX.framework"
],
"frameworks": [
"Node_OSX",
"IOBluetooth",
"GLKit",
"Accelerate",
"SystemConfiguration"
],
"libraries": "sqlite3"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Node\""
},
"requires_arc": false
}