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
- Host: GitHub
- URL: https://github.com/efremidze/gyro
- Owner: efremidze
- License: mit
- Created: 2018-01-13T06:01:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T17:04:38.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T02:36:44.686Z (over 1 year ago)
- Topics: device, gyroscope, ios, motion, rotation, swift
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.