[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 6 / f / 8 / xDripG5 / 0.6.0 / xDripG5.podspec.json
blobdf0dc49858fdcb87b9a258f36f8c4076df980b80
2   "name": "xDripG5",
3   "version": "0.6.0",
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.6.0"
14   },
15   "social_media_url": "https://twitter.com/loudnate",
16   "platforms": {
17     "ios": "9.3"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "xDripG5/**/*.swift",
22     "xDripG5/AESCrypt.{h,m}",
23     "Pod/*.h"
24   ],
25   "public_header_files": [
26     "Pod/*.h",
27     "xDripG5/AESCrypt.h"
28   ],
29   "frameworks": "CoreBluetooth"