Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoldin authored Jun 14, 2019
1 parent a3e47f3 commit 679ac80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,15 @@ To run the example project, clone the repo, and run `pod install` from the Examp
#### [CocoaPods](http://cocoapods.org)
To install `ReadabilityKit`, simply add the following line to your Podfile

swift 5.x:
```swift
pod "ReadabilityKit"
```

swift 4.x:

```swift
pod 'ReadabilityKit'
pod 'ReadabilityKit' "0.7.1"
```

swift 3.2:
Expand Down

0 comments on commit 679ac80

Please sign in to comment.