An open API service indexing awesome lists of open source software.

https://github.com/efremidze/gyro

Swifty Rotation Library
https://github.com/efremidze/gyro

device gyroscope ios motion rotation swift

Last synced: about 1 month ago
JSON representation

Swifty Rotation Library

Awesome Lists containing this project

README

          

# Gyro

## Installation

### CocoaPods
To install with [CocoaPods](http://cocoapods.org/), simply add this in your `Podfile`:
```ruby
use_frameworks!
pod "Gyro"
```

### Carthage
To install with [Carthage](https://github.com/Carthage/Carthage), simply add this in your `Cartfile`:
```ruby
github "efremidze/Gyro"
```

## Communication

- If you **found a bug**, open an issue.
- If you **have a feature request**, open an issue.
- If you **want to contribute**, submit a pull request.

## License

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