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.