[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 9 / 6 / RxBluetoothKit / 3.0.7 / RxBluetoothKit.podspec.json
blobe1439a9714929def48097fd6359f2ab0dc7ad093
2   "name": "RxBluetoothKit",
3   "version": "3.0.7",
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": "MIT",
8   "authors": {
9     "Przemysław Lenart": "przemek.lenart@polidea.com",
10     "Kacper Harasim": "kacper.harasim@polidea.com"
11   },
12   "source": {
13     "git": "https://github.com/polidea/RxBluetoothKit.git",
14     "tag": "3.0.7"
15   },
16   "social_media_url": "https://twitter.com/polidea",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "source_files": "Source/*.swift",
23   "frameworks": "CoreBluetooth",
24   "dependencies": {
25     "RxSwift": [
26       "~> 3.2"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"