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
27
27
#### Cocoapod
28
28
1 . Add the following lines to the _ Podfile_ :<pre >
29
29
``` use_frameworks! ```
30
- ``` pod 'OptimizelySDK<platform>', 2.0.2-beta3 ```
30
+ ``` pod 'OptimizelySDK<platform>', 2.1.0 ```
31
31
</pre >
32
32
33
33
2 . Run the following command: <pre >``` pod install ``` </pre >
@@ -36,7 +36,7 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us
36
36
37
37
#### Carthage
38
38
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 "
40
40
</pre >
41
41
42
42
2 . Run the following command:<pre >``` carthage update ``` </pre >
You can’t perform that action at this time.
0 commit comments