Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmettKeskin authored Sep 6, 2018
1 parent a0870a9 commit 56ca51a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ InteractivePlayerView is an IBDesignableView (Custom View) which has its own pro

## Requirements

- iOS 8.0+
- Xcode 8.0+
- Swift 3.0+
- iOS 9.0+
- Xcode 9.0+
- Swift 4.0+

#### Cocoapods

```swift
platform :ios, '8.0'
platform :ios, '9.0'
use_frameworks!

pod 'InteractivePlayerView', '2.0'
pod 'InteractivePlayerView', '3.0'
```
## Usage
- Add your view in storyboard
Expand Down

0 comments on commit 56ca51a

Please sign in to comment.