Skip to content

Commit

Permalink
Revert "Improve CocoaPods instructions (pointfreeco#158)"
Browse files Browse the repository at this point in the history
This reverts commit 7c350f6.

SnapshotTesting appears to not be compatible with this style of Podfile:

CocoaPods/CocoaPods#8318

Let's go back to the old description for now.
  • Loading branch information
stephencelis authored and szotyi committed Jan 3, 2019
1 parent db74e3f commit ee03c20
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -143,13 +143,11 @@ github "pointfreeco/swift-snapshot-testing" ~> 1.1
### CocoaPods

If your project uses [CocoaPods](https://cocoapods.org), add the pod to applicable _test_ targets in your `Podfile`:
If your project uses [CocoaPods](https://cocoapods.org), add the pod to any applicable test targets in your `Podfile`:

```ruby
target 'MyApp' do
target 'MyAppTests' do
pod 'SnapshotTesting', '~> 1.1'
end
target 'MyAppTests' do
pod 'SnapshotTesting', '~> 1.1'
end
```

Expand Down

0 comments on commit ee03c20

Please sign in to comment.