We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ed6d2 commit cb7ae9dCopy full SHA for cb7ae9d
README.md
@@ -28,7 +28,7 @@ Please note below that _\<platform\>_ is used to represent the platform on which
28
#### Cocoapod
29
1. Add the following lines to the _Podfile_:<pre>
30
```use_frameworks!```
31
- ```pod 'OptimizelySDK', :git => 'https://github.com/optimizely/swift-sdk.git', :branch => 'master'```
+ ```pod 'OptimizelySwiftSDK', :git => 'https://github.com/optimizely/swift-sdk.git', :branch => 'master'```
32
</pre>
33
34
2. Run the following command: <pre>``` pod install ```</pre>
0 commit comments