blob: b76bae0a41a32249880d0c3be8359e3aaf2d21ae [file] [log] [blame]
{
"name": "Node",
"version": "3.5.5",
"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://variableinc.com/\n",
"homepage": "http://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": "3.5.5"
},
"ios": {
"source_files": "Node_iOS.framework/Versions/A/Headers/*.h",
"preserve_paths": [
"Node_iOS.framework/*",
"Node_iOS.framework"
],
"frameworks": [
"Node_iOS",
"CoreBluetooth",
"CoreData",
"SystemConfiguration",
"CoreLocation",
"Adsupport"
],
"libraries": "z"
},
"osx": {
"source_files": "Node_Mac.framework/Versions/A/Headers/*.{h}",
"preserve_paths": [
"Node_Mac.framework/*",
"Node_Mac.framework"
],
"frameworks": [
"Node_Mac",
"IOBluetooth",
"CoreData"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Node\""
},
"requires_arc": false
}