Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 124bfc0

Browse files
authored
Update README.md
1 parent d012505 commit 124bfc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ Example: `application(_:didFinishLaunchingWithOptions:)` and `application(_:didR
2222

2323
### CocoaPods
2424

25-
To install SuperDelegate in your iOS project with [CocoaPods](http://cocoapods.org), add the following to your `Podfile`:
25+
To install SuperDelegate in your iOS project running Xcode 7 with [CocoaPods](http://cocoapods.org), add the following to your `Podfile`:
2626

2727
```
2828
platform :ios, '8.0'
29-
pod 'SuperDelegate'
29+
pod 'SuperDelegate', '~> 0.8.0'
3030
```
3131

32+
Xcode 8 and Swift 3 projects should use 0.9.0
33+
3234
### Carthage
3335

3436
To install SuperDelegate in your iOS project with [Carthage](https://github.com/Carthage/Carthage), add the following to your `Cartfile`:

0 commit comments

Comments
 (0)