diff --git a/README.md b/README.md index 5e19ec3..4002f0c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ -# Flowplayer iOS SDK - -The official iOS SDK for Flowplayer. - -Documentation can be found [here](https://flowplayer.com/developers/ios-sdk/getting-started). - # Migration to v2 -To create a better user and developer experience while using our SDK, we have re-architectured it to be more modular and easier to integrate into existing projects. +To create a better user and developer experience while using our SDK, we have redesigned it to be more modular and easier to integrate into existing projects. ## Installation @@ -15,8 +9,9 @@ Use the package manager [CocoaPods](https://cocoapods.org/) to install Flowplaye ```bash # PodFile -pod 'FlowplayerPrototype' # Core version -pod 'FlowplayerChromecastPrototype'# Chromecast integration (Optional) ++ pod 'Flowplayer' # Add ++ pod 'FlowplayerChromecast'# Add (Optional) +- pod 'FlowplayerCore' # Remove ``` and the run @@ -25,12 +20,14 @@ and the run pod install ``` -**Manual integration** -Step 1: Download Flowplayer [here](https://github.com/Denpex/flowplayer-prototype/releases/tag/0.0.1) -Step 2: Remove old version of FlowplayerCore -Step 3: Add FlowplayerCore to project -Step 4: Add FlowplayerChromecast to project (optional) +**Manual integration** +Step 1: Download Flowplayer [here](https://github.com/flowplayer/flowplayer-ios-sdk-public/releases/tag/2.0.0) +Step 2: Remove old version of FlowplayerCore +Step 3: Add FlowplayerCore to project +Step 4: Add FlowplayerUtils to project +Step 4: Add FlowplayerChromecast to project (OPTIONAL) Step 5: Compile and run ## Usage + The SDK should behave the same as the previous version. No extra code needed :D.