[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / f / c / NodeConnectionHelper / 1.0.1 / NodeConnectionHelper.podspec.json
blob014d0051b020c38f4df9c04c70256f7207eb1e07
2   "name": "NodeConnectionHelper",
3   "version": "1.0.1",
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.1"
17   },
18   "ios": {
19     "source_files": "Classes/*.{h,m}",
20     "frameworks": "CoreBluetooth"
21   },
22   "requires_arc": true