blob: 76aafec2be960d0e5b1c5eac36f1647a8cb94cc8 [file] [log] [blame]
{
"name": "xDripG5",
"version": "0.3.1",
"summary": "An interface for communicating with the G5 glucose transmitter over Bluetooth.",
"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.",
"homepage": "https://github.com/loudnate/xDripG5",
"license": "MIT",
"authors": {
"Nathan Racklyeft": "loudnate@gmail.com"
},
"source": {
"git": "https://github.com/loudnate/xDripG5.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/loudnate",
"platforms": {
"ios": "9.2"
},
"requires_arc": true,
"source_files": [
"xDripG5/**/*.swift",
"Pod/*.h"
],
"public_header_files": "Pod/*.h",
"frameworks": "CoreBluetooth",
"dependencies": {
"RNCryptor": [
"~> 4.0"
]
}
}