File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Please note below that _\<platform\>_ is used to represent the platform on which
2727#### Cocoapod
28281 . 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
33332 . 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
38381 . 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
42422 . Run the following command:<pre >``` carthage update ``` </pre >
You can’t perform that action at this time.
0 commit comments