Skip to content

Commit

Permalink
Update CHANGELOG & README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanzanella committed Jan 30, 2019
1 parent 4062bb3 commit c7e1fcc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4 (30 January 2019)

- Add Carthage support

## 1.0.3 (14 January 2019)

- Fix ability to change response within SpringAnimation
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ___
- [Requirements](#requirements)
- [Installation](#installation)
- [CocoaPods](#cocoapods)
- [Carthage](#carthage)
- [Usage](#usage)
- [Setup](#mininim-setup)
- [Overlay style](#overlay-style)
Expand Down Expand Up @@ -61,6 +62,14 @@ OverlayContainer is available through [CocoaPods](https://cocoapods.org). To ins
pod 'OverlayContainer'
```

### Carthage

Add the following to your Cartfile:

```ruby
github "applidium/ADOverlayContainer"
```

## Usage

### Setup
Expand Down Expand Up @@ -208,14 +217,7 @@ func overlayContainerViewController(_ containerViewController: OverlayContainerV

### Examples

To run the examples, install the dependencie first :

```sh
> cd REPO_LOCATION/OverlayContainer/Example
> pod install
...
> open OverlayContainer.xcworkspace
```
To test the examples, open `OverlayContainer.xcworkspace` and run the `OverlayContainer_Example` target.

Choose the layout you wish to display in the `AppDelegate` :

Expand Down

0 comments on commit c7e1fcc

Please sign in to comment.