[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / d / UHNBLEController / 0.1.1 / UHNBLEController.podspec.json
blob177ca20104cb8920f4a8f168de3577d5c73d1d9c
2   "name": "UHNBLEController",
3   "version": "0.1.1",
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",
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.1"
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   }