[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 9 / 6 / RxBluetoothKit / 5.1.4 / RxBluetoothKit.podspec.json
blobdcc4252fa9e90dc3caf5248e63b35bfc235b5c60
2   "name": "RxBluetoothKit",
3   "version": "5.1.4",
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.1.4"
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   "requires_arc": true,
27   "source_files": "Source/*.swift",
28   "osx": {
29     "exclude_files": [
30       "Source/RestoredState.swift",
31       "Source/CentralManager+RestoredState.swift",
32       "Source/CentralManagerRestoredState.swift"
33     ]
34   },
35   "frameworks": "CoreBluetooth",
36   "dependencies": {
37     "RxSwift": [
38       "~> 4.0"
39     ]
40   }