[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 9 / 6 / RxBluetoothKit / 5.0.2 / RxBluetoothKit.podspec.json
blobd5ef4ffb5c46f5ffc19f4729c4907af6ecda6d9e
2   "name": "RxBluetoothKit",
3   "version": "5.0.2",
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.0.2"
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     ]
32   },
33   "frameworks": "CoreBluetooth",
34   "dependencies": {
35     "RxSwift": [
36       "~> 4.0"
37     ]
38   }