[![CI Status](http://img.shields.io/travis/James Ayvaz/Brundlefly.svg?style=flat)](https://travis-ci.org/James Ayvaz/Brundlefly)
A reverse engineered version of the animation library used in Google Photos.
This library works by reading a JSON file exported from Adobe After effects
and creates view and animations as specified. The animations are done using native views and
animators.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Brundlefly is available through CocoaPods.
Install CocoaPods if not already available:
$ [sudo] gem install cocoapods
$ pod setup
Change to the directory of your Xcode project:
$ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile
Edit your Podfile and add Brundlefly:
platform :ios, '8.0'
pod 'Brundlefly'
Install into your Xcode project:
$ pod install
Open your project in Xcode from the .xcworkspace file (not the usual project file)
$ open MyProject.xcworkspace
James Ayvaz, james.ayvaz@gmail.com
Brundlefly is available under the MIT license. See the LICENSE file for more info.