[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 8 / c / RxCoreMotion / 1.1.1 / RxCoreMotion.podspec.json
blob9f0e12441e1958fca921f3a63c9ad8fe964f2082
2   "name": "RxCoreMotion",
3   "version": "1.1.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.1.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "Pod/Classes/*.swift",
20   "frameworks": [
21     "Foundation",
22     "CoreMotion"
23   ],
24   "dependencies": {
25     "RxSwift": [
27     ]
28   },
29   "pushed_with_swift_version": "3.0"