Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efremidze/trace
Easy Custom Gestures
https://github.com/efremidze/trace
animation apple cocoapods ios swift trace
Last synced: about 2 months ago
JSON representation
Easy Custom Gestures
- Host: GitHub
- URL: https://github.com/efremidze/trace
- Owner: efremidze
- License: mit
- Created: 2018-02-16T01:08:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T22:19:43.000Z (almost 7 years ago)
- Last Synced: 2024-09-22T13:31:17.601Z (4 months ago)
- Topics: animation, apple, cocoapods, ios, swift, trace
- Language: Swift
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Trace
## Installation
### CocoaPods
To install with [CocoaPods](http://cocoapods.org/), simply add this in your `Podfile`:
```ruby
use_frameworks!
pod "Trace"
```### Carthage
To install with [Carthage](https://github.com/Carthage/Carthage), simply add this in your `Cartfile`:
```ruby
github "efremidze/Trace"
```## 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
Trace is available under the MIT license. See the LICENSE file for more info.