From a83f9dcbabaefe7a17688508e1ae7400c3614de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uglje=C5=A1a=20Erceg?= Date: Thu, 3 Mar 2016 10:47:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10dfecb9c..09b892ffb 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ If you're using [CocoaPods][cocoapods] for `iOs` or `tvOS`, you can add the foll pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.5.4' ``` +or: + +```ruby +pod 'Adjust', '~> 4.5.4' +``` + If you're using [Carthage][carthage], you can add following line to your `Cartfile` and continue with [step 3](#step3):