Skip to content

Commit

Permalink
Fix CocoaPods example in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dag Ågren committed Nov 28, 2016
1 parent 677b188 commit 2e7bd26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ can use something like this in your `Podfile`:

````ruby
target "App" do
pod "SwiftMonkeyPaws", :git => "https://github.com/zalando/SwiftMonkey.git"
pod "SwiftMonkeyPaws", "~> 1.0"
end

target "Tests" do
pod "SwiftMonkey", :git => "https://github.com/zalando/SwiftMonkey.git"
pod "SwiftMonkey", "~> 1.0"
end
````

Expand Down

0 comments on commit 2e7bd26

Please sign in to comment.