RxSwiftCommunity/RxCoreMotion

Name: RxCoreMotion

Owner: RxSwift Community

Description: Provides an easy and straight-forward way to use Apple iOS CoreMotion responses as Rx Observables.

Created: 2016-05-23 20:42:11.0

Updated: 2018-01-07 17:57:03.0

Pushed: 2017-12-17 14:49:25.0

Homepage:

Size: 6089

Language: Swift

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RxCoreMotion

Usage

This is an Rx extension that provides an easy and straight-forward way to use Apple iOS CoreMotion responses as Observables.

Example app

To run the example project, clone the repo, and run pod install from the Example directory first. The app uses RxSwift, RxCocoa.

Installation

This library depends on RxSwift.

CocoaPods

RxCoreMotion will be available through CocoaPods. To install it, simply add the following line to your Podfile:

"RxCoreMotion"
Carthage

Integrate RxCoreMotion with your Cartfile as folows:

ub "RxSwiftCommunity/RxCoreMotion"

Run carthage update to build the framework and drag the built RxCoreMotion.framework into your Xcode project.

As Source

You can grab the RxCoreMotion.swift file from this repo and include it in your project.

Contributing

Feel free to send a PR

License

This library belongs to RxSwiftCommunity.

RxCoreMotion is available under the MIT license. See the LICENSE file for more info.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.