[Add] STBaseProject 1.1.2
[CocoaPods.git] / Specs / 5 / 8 / d / UHNBLEController / 0.1.0 / UHNBLEController.podspec.json
blobf73eab72bcc786d30def99de43ac5621ae64339a
2   "name": "UHNBLEController",
3   "version": "0.1.0",
4   "summary": "A general BLE library that provides helpers for common task and the generic record access control point service.",
5   "description": "                       UHNBLEController provides a number of helpers, as listed below\n\n                       * parsing BLE characteristics to standard types\n                       * record access control point commands and parsing\n                       * connecting with a BLE peripheral advertising specific services\n\n",
6   "homepage": "https://github.com/uhnmdi/UHNBLEController",
7   "license": "MIT",
8   "authors": {
9     "Nathaniel Hamming": "nathaniel.hamming@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/uhnmdi/UHNBLEController.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/NateHam80",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "UHNBLEController": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "CoreBluetooth",
27   "dependencies": {
28     "UHNDebug": [
30     ]
31   }