Skip to content

Commit

Permalink
Merge pull request #19 from hamaron/nobug/update_readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
Qata authored Feb 15, 2018
2 parents a68d68e + 6294572 commit 91ea6d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,20 @@ ReactiveReSwift also comes with an extremely simple implementation of a function

# Installation

## CocoaPods

You can install ReactiveReSwift via CocoaPods by adding it to your `Podfile`:
```
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'ReactiveReSwift'
```

And run `pod install`.

## Carthage

You can install ReactiveReSwift via [Carthage](https://github.com/Carthage/Carthage) by adding the following line to your `Cartfile`:
Expand Down

0 comments on commit 91ea6d8

Please sign in to comment.