Skip to content

Commit 91ea6d8

Browse files
authored
Merge pull request #19 from hamaron/nobug/update_readme
Updated README.md
2 parents a68d68e + 6294572 commit 91ea6d8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,20 @@ ReactiveReSwift also comes with an extremely simple implementation of a function
162162

163163
# Installation
164164

165+
## CocoaPods
166+
167+
You can install ReactiveReSwift via CocoaPods by adding it to your `Podfile`:
168+
```
169+
use_frameworks!
170+
171+
source 'https://github.com/CocoaPods/Specs.git'
172+
platform :ios, '8.0'
173+
174+
pod 'ReactiveReSwift'
175+
```
176+
177+
And run `pod install`.
178+
165179
## Carthage
166180

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

0 commit comments

Comments
 (0)