[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 6 / RxBluetoothKit / 5.1.1 / RxBluetoothKit.podspec.json
blob757e825024205bb0f662c0d3ce0d0a92744c6eef
2   "name": "RxBluetoothKit",
3   "version": "5.1.1",
4   "summary": "Bluetooth library for RxSwift",
5   "description": "RxBluetoothKit is lightweight and easy to use Rx support for CoreBluetooth.",
6   "homepage": "https://github.com/polidea/RxBluetoothKit",
7   "license": "Apache License, Version 2.0.",
8   "authors": {
9     "Przemysław Lenart": "przemek.lenart@polidea.com",
10     "Kacper Harasim": "kacper.harasim@polidea.com",
11     "Michał Laskowski": "michal.laskowski@polidea.com",
12     "Paweł Janeczek": "pawel.janeczek@polidea.com"
13   },
14   "source": {
15     "git": "https://github.com/polidea/RxBluetoothKit.git",
16     "tag": "5.1.1"
17   },
18   "social_media_url": "https://twitter.com/polidea",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "watchos": "4.0",
23     "tvos": "11.0"
24   },
25   "requires_arc": true,
26   "source_files": "Source/*.swift",
27   "osx": {
28     "exclude_files": [
29       "Source/RestoredState.swift",
30       "Source/CentralManager+RestoredState.swift",
31       "Source/CentralManagerRestoredState.swift"
32     ]
33   },
34   "frameworks": "CoreBluetooth",
35   "dependencies": {
36     "RxSwift": [
37       "~> 4.0"
38     ]
39   }