1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 13:15:35 +03:00
Powerful and easy-to-use vector graphics Swift library with SVG support
Go to file
2016-08-02 18:42:29 +06:00
Example Pod structure refactoring 2016-08-02 16:05:39 +06:00
MacawTests add group test and refactor 2016-06-21 21:07:56 +06:00
Source Opacity animation in progress 2016-08-02 17:35:52 +06:00
.gitignore Update giignore 2016-08-02 18:42:29 +06:00
LICENSE Initial project structure 2015-12-08 01:23:30 +06:00
Macaw.podspec Podspec: missing dependency 2 2016-08-02 13:31:55 +06:00
README.md Update README.md 2016-07-09 14:11:35 +06:00
validate.sh Update podspec 2016-02-28 12:34:52 +06:00

Macaw

[![CI Status](http://img.shields.io/travis/Igor Zapletnev/Macaw.svg?style=flat)](https://travis-ci.org/Igor Zapletnev/Macaw) Version License Platform

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.