Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #62 from lfarah/patch-1
Browse files Browse the repository at this point in the history
Updated Cocoapods installation
  • Loading branch information
wojciechczerski authored Sep 9, 2018
2 parents eaee94f + 6047ea0 commit ca6076b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ that you've named your main app and test targets "App" and "Tests", you
can use something like this in your `Podfile`:

````ruby
target "App" do
pod "SwiftMonkeyPaws", "~> 1.0"
target 'App' do
pod "SwiftMonkeyPaws", '~> 2.1.0'
end

target "Tests" do
pod "SwiftMonkey", "~> 1.0"
target 'Tests' do
pod 'SwiftMonkey', '~> 2.1.0'
end
````

Expand Down

0 comments on commit ca6076b

Please sign in to comment.