Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shak4l authored Aug 26, 2021
1 parent 1d878d8 commit 86421d8
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -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.

0 comments on commit 86421d8

Please sign in to comment.