Skip to content

Commit

Permalink
2.0.0 added pod repo update to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Boldt committed Nov 8, 2018
1 parent af3ee7f commit dd74e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ language: objective-c
# cache: cocoapods
podfile: Example/Podfile
before_install:
- pod repo update
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=Example
script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,8 +10,8 @@
Jelly is a library for animated, non-interactive & interactive viewcontroller <br/>
transitions with the focus on a simple and yet flexible API.

Using just a few lines of source code, interactive viewController transitions <br/>
and custom resizable viewController presenations can be created, <br/>
With a few lines of source code, interactive UIViewController transitions <br/>
and custom resizable UIViewController presentations can be created, <br/>
without the use of the cumbersome UIKit Transitioning API.

```swift
Expand Down

0 comments on commit dd74e60

Please sign in to comment.