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-09-20 15:26:18 +07:00
Dependencies Macaw framework project for carthage and testing 2016-09-01 14:59:15 +06:00
Example Podfile.lock update 2016-09-19 13:13:49 +06:00
Macaw.xcodeproj Svg tests added 2016-09-01 16:03:48 +06:00
MacawTests Svg tests added 2016-09-01 16:03:48 +06:00
Source More general case of node animation adding 2016-09-19 14:18:01 +06:00
.gitignore Update giignore 2016-08-02 18:42:29 +06:00
LICENSE Update license 2016-09-02 15:26:58 +07:00
logo.png Use raster logo instead. 2016-09-02 15:15:46 +07:00
macaw-logo.svg Move SVG logo to original state 2016-09-02 15:18:19 +07:00
Macaw.podspec Podspec fix 2016-09-16 21:14:30 +06:00
README.md Update README.md 2016-09-20 15:26:18 +07: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

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.