[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 6 / RxBluetoothKit / 6.0.0 / RxBluetoothKit.podspec.json
bloba5039571f465892b24ca1ac853972a4fd7ca8990
2   "name": "RxBluetoothKit",
3   "version": "6.0.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": "6.0.0"
18   },
19   "social_media_url": "https://twitter.com/polidea",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.13",
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       "~> 5.1"
40     ]
41   },
42   "swift_version": "5.0"