Skip to content

Commit

Permalink
Updated Cocoapods installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarah authored Aug 13, 2018
1 parent d5cf644 commit 6047ea0
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 6047ea0

Please sign in to comment.