Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RxSwiftCommunity/RxCoreMotion
Provides an easy and straight-forward way to use Apple iOS CoreMotion responses as Rx Observables.
https://github.com/RxSwiftCommunity/RxCoreMotion
Last synced: about 2 months ago
JSON representation
Provides an easy and straight-forward way to use Apple iOS CoreMotion responses as Rx Observables.
- Host: GitHub
- URL: https://github.com/RxSwiftCommunity/RxCoreMotion
- Owner: RxSwiftCommunity
- License: mit
- Created: 2016-05-23T20:42:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T13:27:06.000Z (almost 4 years ago)
- Last Synced: 2024-11-04T17:24:43.063Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 5.81 MB
- Stars: 60
- Watchers: 33
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rxswift - RxCoreMotion - forward way to use Apple iOS CoreMotion responses as Rx Observables. (Libraries)
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](http://cocoapods.org). To install it, simply add the following line to your Podfile:```ruby
pod "RxCoreMotion"
```#### Carthage
Integrate `RxCoreMotion` with your `Cartfile` as folows:
```ruby
github "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.