[Add] YTNativeKit 0.2.7
[CocoaPods.git] / Specs / a / 4 / 1 / RxBluetooth / 0.1 / RxBluetooth.podspec.json
blob3ad5c45782b1a514f8ed664271a1259ed91df634
2   "name": "RxBluetooth",
3   "version": "0.1",
4   "license": "MIT",
5   "platforms": {
6     "ios": "8.0",
7     "osx": "10.9"
8   },
9   "summary": "RxSwift CoreBluetooth",
10   "homepage": "https://github.com/SideEffects-xyz/RxBluetooth",
11   "authors": {
12     "Junior B.": "junior@bonto.ch"
13   },
14   "source": {
15     "git": "https://github.com/SideEffects-xyz/RxBluetooth.git",
16     "tag": "0.1"
17   },
18   "frameworks": "CoreBluetooth",
19   "source_files": [
20     "RxBluetooth/Source/*swift"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       "~> 2.0.0-alpha"
26     ],
27     "RxCocoa": [
28       "~> 2.0.0-alpha"
29     ]
30   }