We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e617a commit 3b916ffCopy full SHA for 3b916ff
README.md
@@ -27,7 +27,7 @@ Please note below that _\<platform\>_ is used to represent the platform on which
27
#### Cocoapod
28
1. Add the following lines to the _Podfile_:<pre>
29
```use_frameworks!```
30
- ```pod 'OptimizelySDK<platform>', 2.0.2-beta3```
+ ```pod 'OptimizelySDK<platform>', 2.1.0```
31
</pre>
32
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
37
#### Carthage
38
1. Add the following lines to the _Cartfile_:<pre>
39
-github "optimizely/objective-c-sdk" "v2.0.2-beta3"
+github "optimizely/objective-c-sdk" "v2.1.0"
40
41
42
2. Run the following command:<pre>```carthage update```</pre>
0 commit comments