Skip to content

Commit 3b916ff

Browse files
update cocoapods read (#295)
1 parent c0e617a commit 3b916ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Please note below that _\<platform\>_ is used to represent the platform on which
2727
#### Cocoapod
2828
1. Add the following lines to the _Podfile_:<pre>
2929
```use_frameworks!```
30-
```pod 'OptimizelySDK<platform>', 2.0.2-beta3```
30+
```pod 'OptimizelySDK<platform>', 2.1.0```
3131
</pre>
3232

3333
2. Run the following command: <pre>``` pod install ```</pre>
@@ -36,7 +36,7 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us
3636

3737
#### Carthage
3838
1. Add the following lines to the _Cartfile_:<pre>
39-
github "optimizely/objective-c-sdk" "v2.0.2-beta3"
39+
github "optimizely/objective-c-sdk" "v2.1.0"
4040
</pre>
4141

4242
2. Run the following command:<pre>```carthage update```</pre>

0 commit comments

Comments
 (0)