[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 3 / 7 / 1 / UHNCGMController / 0.1.2 / UHNCGMController.podspec.json
blob3b45f4dbfb35fcbe49a07bc8d123232b9336caf2
2   "name": "UHNCGMController",
3   "version": "0.1.2",
4   "summary": "A central continuous glucose monitor controller.",
5   "description": "                       The central CGM controller is built upon the UHNBLEControlelr, a general central BLE controller. The CGM controller provides a delegate based interface to interacting with CGM service as defined by BT-SIG.\n\n                       * Read/Write/Notification interact with CGM characterisitics\n                       * Procedures via record access control point\n                       * Operartions via the specific ops control point\n",
6   "homepage": "https://github.com/uhnmdi/UHNCGMController",
7   "license": "MIT",
8   "authors": {
9     "Nathaniel Hamming": "nathaniel.hamming@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/uhnmdi/UHNCGMController.git",
13     "tag": "0.1.2"
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     "UHNCGMController": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "CoreBluetooth",
27   "dependencies": {
28     "UHNDebug": [
30     ],
31     "UHNBLEController": [
33     ]
34   }