[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / 1 / RxBluetooth / 0.3 / RxBluetooth.podspec.json
blob302b55004f0ceb87e2bd5759c8e1d9c4b4863e51
2   "name": "RxBluetooth",
3   "version": "0.3",
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.3"
17   },
18   "frameworks": "CoreBluetooth",
19   "source_files": [
20     "RxBluetooth/Source/*swift"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "RxSwift": [
25       "~> 2.2.0"
26     ],
27     "RxCocoa": [
28       "~> 2.2.0"
29     ]
30   }