Skip to content

Commit

Permalink
Remove outdated doc about swift 1.2
Browse files Browse the repository at this point in the history
This PR removes a outdated section about Swift 1.2  in InstallingQuick.md
  • Loading branch information
wongzigii authored Oct 19, 2016
1 parent 845a7c8 commit b8a0b84
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Documentation/en-us/InstallingQuick.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,6 @@ Finally, download and link Quick and Nimble to your tests:
pod install
```

### Using Swift 1.2?

The latest release of Quick (0.4.0) is for Swift 2 (Xcode 7), but the latest Nimble (1.0.0) is for Swift 1.2 (Xcode 6).

If you want Xcode 6 do:

```sh
target 'MyTests' do
use_frameworks!
pod 'Quick', '~>0.3.0'
pod 'Nimble', '~>1.0.0'
end
```

## [Carthage](https://github.com/Carthage/Carthage)

As test targets do not have the "Embedded Binaries" section, the frameworks must
Expand Down

0 comments on commit b8a0b84

Please sign in to comment.