diff --git a/README.md b/README.md index f4464fd..a87f5be 100644 --- a/README.md +++ b/README.md @@ -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`: