[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / f / 0 / RxHeartRateMonitors / 0.0.1 / RxHeartRateMonitors.podspec.json
blob2d94797ad1f8a30d19fcead2bc3dca9e9051bb3e
2   "name": "RxHeartRateMonitors",
3   "version": "0.0.1",
4   "summary": "RxHeartRateMonitors is a lightweight layer on top of RxBluetoothKit and Core Bluetooth to interact with BTLE Heart Rate Monitors.",
5   "description": "It leverages the power of RxBluetoothKit and Corebluetooth to allow you to communicate with monitors in a seamless way.\n* Connect to BTLE heart rate monitors avoiding the complexities of CoreBluetooth.\n* No need to parse raw data, it does it for you.\n* No need to care about services and characteristics.\n* Extensible. If you want to connect to other types of devices, like speedometers, you can create your own central.",
6   "homepage": "https://github.com/leandromperez/RxHeartRateMonitors",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leandro Perez": "leandromperez@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/leandromperez/RxHeartRateMonitors.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://medium.com/@leandromperez",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "RxHeartRateMonitors/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
26     ],
27     "RxBluetoothKit": [
29     ],
30     "SwiftyUserDefaults": [
32     ],
33     "RxSwiftExt": [
35     ],
36     "RxCocoa": [
38     ]
39   }