Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Minor rewording (duplicate "Usage" header) and removing redundant header layer
- Keep the library version as "x.y.z" abstraction (consistency between CocoaPods installation steps and SPM installation steps)
  • Loading branch information
todd-patterson committed Dec 10, 2021
1 parent cebd3ae commit 622201b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
[![Version](https://cocoapod-badges.herokuapp.com/v/youtube-ios-player-helper/badge.png)](https://cocoapods.org/pods/youtube-ios-player-helper)
[![Platform](https://cocoapod-badges.herokuapp.com/p/youtube-ios-player-helper/badge.png)](https://cocoapods.org/pods/youtube-ios-player-helper)

## Usage
## Overview

To run the example project; clone the repo, and run `pod install` from the Project directory first. For a simple tutorial see this Google Developers article - [Using the YouTube Helper Library to embed YouTube videos in your iOS application](https://developers.google.com/youtube/v3/guides/ios_youtube_helper).

## Requirements

## Installation
### CocoaPods
YouTube-Player-iOS-Helper is available through [CocoaPods](http://cocoapods.org). To install
Expand All @@ -19,7 +17,7 @@ the library, add the following line to your Podfile and replace "x.y.z" with the
### Swift Package Manager
Add the following line to the dependencies in your `Package.swift`:
```swift
.package("https://github.com/youtube/youtube-ios-player-helper.git", from: "1.0.3")
.package("https://github.com/youtube/youtube-ios-player-helper.git", from: "x.y.z")
```
Add `YouTubeiOSPlayerHelper` to your target's dependencies.
```swift
Expand Down Expand Up @@ -49,7 +47,7 @@ After installing in your project, to use the library:
See the sample project for more advanced uses, including passing additional player parameters and
working with callbacks via YTPlayerViewDelegate.
## Author
## Original Authors
- Ikai Lan
- Ibrahim Ulukaya
Expand Down

0 comments on commit 622201b

Please sign in to comment.