[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / f / c / NodeConnectionHelper / 1.0.0 / NodeConnectionHelper.podspec.json
blob0b5f75132f8dc7c41a427010ee81445e3d1412e4
2   "name": "NodeConnectionHelper",
3   "version": "1.0.0",
4   "summary": "NodeConnectionHelper speeds up NODE+ development by providing a class that wraps most common CoreBluetooth code.",
5   "description": "                   NODE+ is a wireless modular sensor platform made by Variable, Inc.\n                   NodeConnectionHelper speeds up NODE+ app development by providing common \n                   CoreBluetooth initialization and device discovery code in an easy to use class.\n\n                   More details on NODE+ 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": "7.0"
13   },
14   "source": {
15     "git": "https://bitbucket.org/variabletech/nodeconnectionhelper.git",
16     "tag": "1.0.0"
17   },
18   "ios": {
19     "source_files": "Classes/*.{h,m}",
20     "frameworks": "CoreBluetooth"
21   },
22   "requires_arc": true