[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 6 / c / 3 / Node / 4.0.1 / Node.podspec.json
blob10ac32fc6f6007081ce9f5e86f054b9778d919c1
2   "name": "Node",
3   "version": "4.0.1",
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://www.variableinc.com/\n",
6   "homepage": "http://www.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.1"
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       "CoreLocation",
29       "GLKit",
30       "Accelerate",
31       "SystemConfiguration"
32     ],
33     "libraries": [
34       "z",
35       "sqlite3"
36     ]
37   },
38   "osx": {
39     "source_files": "Node_OSX.framework/Versions/A/Headers/*.{h}",
40     "preserve_paths": [
41       "Node_OSX.framework/*",
42       "Node_OSX.framework"
43     ],
44     "frameworks": [
45       "Node_OSX",
46       "IOBluetooth",
47       "GLKit",
48       "Accelerate",
49       "SystemConfiguration"
50     ],
51     "libraries": "sqlite3"
52   },
53   "xcconfig": {
54     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Node\""
55   },
56   "requires_arc": false