mirror of
https://github.com/exyte/Macaw.git
synced 2024-11-14 01:48:49 +03:00
1.3 KiB
1.3 KiB
Macaw
[![CI Status](http://img.shields.io/travis/Igor Zapletnev/Macaw.svg?style=flat)](https://travis-ci.org/Igor Zapletnev/Macaw)
What is Macaw?
Macaw is a powerful vector graphics library written in Swift. With Macaw you can easily build resizable and animatable custom graphic elements for your application without deep knowledge of iOS platform.
Features
- Full SVG support
- Different types of animation
- Resizable graphics for different screen sizes
- Bindings
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- iOS 8.0+ / Mac OS X 10.9+
- Xcode 7.3+
Installation
Macaw is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Macaw"
Examples
Author
exyte, info@exyte.com
License
Macaw is available under the MIT license. See the LICENSE file for more info.