[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 6 / RxBluetoothKit / 5.2.0 / RxBluetoothKit.podspec.json
blob5d4cced626f60ca3105a179c6ff29bc072803169
2   "name": "RxBluetoothKit",
3   "version": "5.2.0",
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     "Bartosz Stelmaszuk": "bartosz.stelmaszuk@polidea.com"
14   },
15   "source": {
16     "git": "https://github.com/polidea/RxBluetoothKit.git",
17     "tag": "5.2.0"
18   },
19   "social_media_url": "https://twitter.com/polidea",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "watchos": "4.0",
24     "tvos": "11.0"
25   },
26   "swift_versions": "5.0",
27   "requires_arc": true,
28   "source_files": "Source/*.swift",
29   "osx": {
30     "exclude_files": [
31       "Source/RestoredState.swift",
32       "Source/CentralManager+RestoredState.swift",
33       "Source/CentralManagerRestoredState.swift"
34     ]
35   },
36   "frameworks": "CoreBluetooth",
37   "dependencies": {
38     "RxSwift": [
39       "~> 4.5"
40     ]
41   }