[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 9 / 6 / RxBluetoothKit / 1.0.0 / RxBluetoothKit.podspec.json
blob37d5c42075106d536cf4f0889f93eadbdce4163b
2   "name": "RxBluetoothKit",
3   "version": "1.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": "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.0.0"
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   }