# Macaw [![CI Status](http://img.shields.io/travis/Igor Zapletnev/Macaw.svg?style=flat)](https://travis-ci.org/Igor Zapletnev/Macaw) [![Version](https://img.shields.io/cocoapods/v/Macaw.svg?style=flat)](http://cocoapods.org/pods/Macaw) [![License](https://img.shields.io/cocoapods/l/Macaw.svg?style=flat)](http://cocoapods.org/pods/Macaw) [![Platform](https://img.shields.io/cocoapods/p/Macaw.svg?style=flat)](http://cocoapods.org/pods/Macaw) ![Macaw](https://goo.gl/E2yudS) ## 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](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod "Macaw" ``` ## Examples ## Author exyte, [info@exyte.com](mailto:info@exyte.com) ## License Macaw is available under the MIT license. See the LICENSE file for more info.