[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / c / 3 / Node / 4.0.0 / Node.podspec.json
blob9d2067e32f8bd1f97d839f8b60a758af48ff2943
2   "name": "Node",
3   "version": "4.0.0",
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": "4.0.0"
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       "GLKit",
33       "Accelerate"
34     ],
35     "libraries": [
36       "z",
37       "sqlite3"
38     ]
39   },
40   "osx": {
41     "source_files": "Node_OSX.framework/Versions/A/Headers/*.{h}",
42     "preserve_paths": [
43       "Node_OSX.framework/*",
44       "Node_OSX.framework"
45     ],
46     "frameworks": [
47       "Node_OSX",
48       "IOBluetooth",
49       "CoreData",
50       "GLKit",
51       "Accelerate"
52     ],
53     "libraries": "sqlite3"
54   },
55   "xcconfig": {
56     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Node\""
57   },
58   "requires_arc": false