blob: 3dda2d7ec515c2e44c192e22b633a30b10ca2899 [file] [log] [blame]
{
"name": "xDripG5",
"version": "0.1.0",
"summary": "An interface for communicating with the G5 glucose transmitter over Bluetooth.",
"description": "This project provides an interface for authenticating and 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.",
"homepage": "https://github.com/loudnate/xDripG5",
"license": "MIT",
"authors": {
"Nathan Racklyeft": "loudnate@gmail.com"
},
"source": {
"git": "https://github.com/loudnate/xDripG5.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/loudnate",
"platforms": {
"ios": "9.2"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "CoreBluetooth",
"dependencies": {
"RNCryptor": [
"~> 4.0"
]
}
}