Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Add very basic instructions and a demo link to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Mar 23, 2015
1 parent f4c6535 commit 21f9db3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ReactiveAnimation [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Easy animations using ReactiveCocoa signals.
Easy animations using ReactiveCocoa signals. See the [Mac
demo](https://github.com/ReactiveCocoa/ReactiveAnimation-MacDemo) for an example
of how the library works.

Released under the [MIT license](LICENSE.md).
ReactiveAnimation is released under the [MIT license](LICENSE.md).

### Getting Started

To import the ReactiveAnimation framework, add `ReactiveAnimation.xcodeproj` as
a subproject and add the appropriate framework target to your application.

Alternatively, you can use [Carthage](https://github.com/Carthage/Carthage) to
build the framework for you.

0 comments on commit 21f9db3

Please sign in to comment.