Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ppamorim committed May 7, 2020
1 parent 21832f7 commit aed12af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
pod 'CircularRevealKit', '~> 0.9.3'
pod 'CircularRevealKit', '~> 0.9.4'
end
```

Expand All @@ -59,7 +59,7 @@ $ brew install carthage
To integrate CircularRevealKit into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "T-Pro/CircularRevealKit" ~> 0.9.3
github "T-Pro/CircularRevealKit" ~> 0.9.4
```

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

0 comments on commit aed12af

Please sign in to comment.