From 00430910a5071225010231d8f70f2ec6f7a20976 Mon Sep 17 00:00:00 2001 From: Barbara Martina Rodeker Date: Thu, 12 May 2016 16:58:55 +0200 Subject: [PATCH] Updating installation instructions for Cocoapods A tiny change to allow others just to copy-paste the pod definition. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 6d3ce11..2e08613 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,22 @@ Otherwise, the easiest option to use Observable-Swift in your project is to clon After that you just `import Observable`. + +### CocoaPods + +To install using **CocoaPods**, specify the following in your `Podfile`: + +```ruby +source 'https://github.com/CocoaPods/Specs.git' +pod 'Observable-Swift', '~> 0.6.0' +``` + +Then, run the following command: + +```bash +$ pod install +``` + ## Examples `Observable` is a simple `struct` allowing you to have observable variables.