[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / c / RxCoreMotion / 1.2.1 / RxCoreMotion.podspec.json
blob6ef279ac43033fe12fe2c3749eee9852951ebafd
2   "name": "RxCoreMotion",
3   "version": "1.2.1",
4   "summary": "An Rx wrapper of Apple iOS CoreMotion framework",
5   "description": "This is an Rx extension that provides an easy and straight-forward way\nto use Apple iOS CoreMotion responses as Observables",
6   "homepage": "https://github.com/RxSwiftCommunity/RxCoreMotion",
7   "license": "MIT",
8   "authors": {
9     "Carlos GarcĂ­a": "carlosypunto@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/RxSwiftCommunity/RxCoreMotion.git",
13     "tag": "1.2.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "watchos": "3.0"
19   },
20   "source_files": "Pod/Classes/*.swift",
21   "frameworks": [
22     "Foundation",
23     "CoreMotion"
24   ],
25   "dependencies": {
26     "RxSwift": [
28     ]
29   },
30   "pushed_with_swift_version": "3.0"