Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Antondomashnev/ADPuzzleAnimation
Browse files Browse the repository at this point in the history
  • Loading branch information
Antondomashnev committed Feb 13, 2016
2 parents 72c0c96 + 82688f6 commit 4db6786
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
# Meet ADPuzzleAnimation
# ADPuzzleAnimation

![](https://travis-ci.org/Antondomashnev/ADPuzzleAnimation.svg?branch=master)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PuzzleAnimation.svg)](https://img.shields.io/cocoapods/v/PuzzleAnimation.svg)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

## Whats inside
Custom animation for UIView inspired by Fabric - Answers animation.
Expand Down Expand Up @@ -75,10 +76,21 @@ For the complete example check the viewController.swift

### CocoaPods

To integrate ADPuzzleAnimation into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'PuzzleAnimation', '~> 1.0.0'
```
### Carthage

To integrate ADPuzzleAnimation into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "Antondomashnev/ADPuzzleAnimation" ~> 1.0.0
```

Run `carthage update` to build the framework and drag the built `ADPuzzleAnimation.framework` into your Xcode project.

0 comments on commit 4db6786

Please sign in to comment.