[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / c / 3 / Node / 3.5.5 / Node.podspec.json
blobb76bae0a41a32249880d0c3be8359e3aaf2d21ae
2   "name": "Node",
3   "version": "3.5.5",
4   "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.",
5   "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",
6   "homepage": "http://variableinc.com",
7   "license": "BSD 2-Clause",
8   "authors": {
9     "Variable, Inc.": "customersupport@variableinc.com"
10   },
11   "platforms": {
12     "ios": "6.0",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://bitbucket.org/variabletech/node-obj-c-framework-releases.git",
17     "tag": "3.5.5"
18   },
19   "ios": {
20     "source_files": "Node_iOS.framework/Versions/A/Headers/*.h",
21     "preserve_paths": [
22       "Node_iOS.framework/*",
23       "Node_iOS.framework"
24     ],
25     "frameworks": [
26       "Node_iOS",
27       "CoreBluetooth",
28       "CoreData",
29       "SystemConfiguration",
30       "CoreLocation",
31       "Adsupport"
32     ],
33     "libraries": "z"
34   },
35   "osx": {
36     "source_files": "Node_Mac.framework/Versions/A/Headers/*.{h}",
37     "preserve_paths": [
38       "Node_Mac.framework/*",
39       "Node_Mac.framework"
40     ],
41     "frameworks": [
42       "Node_Mac",
43       "IOBluetooth",
44       "CoreData"
45     ]
46   },
47   "xcconfig": {
48     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Node\""
49   },
50   "requires_arc": false