[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / f / 8 / xDripG5 / 0.2.1 / xDripG5.podspec.json
blob79db75658737a3f9471b478e6cb95d57a86fa872
2   "name": "xDripG5",
3   "version": "0.2.1",
4   "summary": "An interface for communicating with the G5 glucose transmitter over Bluetooth.",
5   "description": "A iOS framework providing an interface for communicating with the G5 glucose transmitter over Bluetooth.\n\nBy using this framework in your own app, you can get access to your glucose readings, without the need for internet access or a multi-hour delay.\n\nPlease note this project is neither created nor backed by Dexcom, Inc. Use of this software is not intended for therapy.",
6   "homepage": "https://github.com/loudnate/xDripG5",
7   "license": "MIT",
8   "authors": {
9     "Nathan Racklyeft": "loudnate@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/loudnate/xDripG5.git",
13     "tag": "0.2.1"
14   },
15   "social_media_url": "https://twitter.com/loudnate",
16   "platforms": {
17     "ios": "9.2"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "xDripG5/**/*.swift",
22     "Pod/*.h"
23   ],
24   "public_header_files": "Pod/*.h",
25   "frameworks": "CoreBluetooth",
26   "dependencies": {
27     "RNCryptor": [
28       "~> 4.0"
29     ]
30   }