Skip to content

Commit 4c5d573

Browse files
committed
Merge pull request #176 from adjust/pod_readme
Update README.md
2 parents c952c33 + a83f9dc commit 4c5d573

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ If you're using [CocoaPods][cocoapods] for `iOs` or `tvOS`, you can add the foll
2121
pod 'Adjust', :git => 'https://github.com/adjust/ios_sdk.git', :tag => 'v4.5.4'
2222
```
2323

24+
or:
25+
26+
```ruby
27+
pod 'Adjust', '~> 4.5.4'
28+
```
29+
2430
If you're using [Carthage][carthage], you can add following line to your `Cartfile`
2531
and continue with [step 3](#step3):
2632

0 commit comments

Comments
 (0)