[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 3 / 0 / UHNBGMController / 0.1.0 / UHNBGMController.podspec.json
blob8b7849694e4855c4d8427b7a79f235ec7546c004
2   "name": "UHNBGMController",
3   "version": "0.1.0",
4   "summary": "A bluetooth glucose service collector.",
5   "description": "The bluetooth glucose service collector is built upon the UHNBLEControlelr, a general central BLE controller. The Glucose Collector provides a delegate based interface to interacting with Glucose service as defined by BT-SIG.\n\nRead/Write/Notification interact with Glucose characterisitics\nProcedures via record access control point",
6   "homepage": "https://github.com/uhnmdi/UHNBGMController",
7   "license": "MIT",
8   "authors": {
9     "Nathaniel Hamming": "nathaniel.hamming@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/uhnmdi/UHNBGMController.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     "UHNBGMController": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "CoreBluetooth",
27   "dependencies": {
28     "UHNDebug": [
30     ],
31     "UHNBLEController": [
33     ]
34   }