[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / f / 8 / xDripG5 / 0.3.1 / xDripG5.podspec.json
blob76aafec2be960d0e5b1c5eac36f1647a8cb94cc8
2   "name": "xDripG5",
3   "version": "0.3.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.3.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   }