[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / 6 / RxBluetoothKit / 1.2.2 / RxBluetoothKit.podspec.json
blobfa7ec97fc80c7f48ea5cda4f6db26571c460bbb8
2   "name": "RxBluetoothKit",
3   "version": "1.2.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": "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": "1.2.2"
15   },
16   "social_media_url": "https://twitter.com/polidea",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/*.swift",
22   "frameworks": "CoreBluetooth",
23   "dependencies": {
24     "RxSwift": [
25       "~> 2.0"
26     ],
27     "RxCocoa": [
28       "~> 2.0"
29     ]
30   }