Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 558 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 558 Bytes

GoogleCastSender

This GoogleCastSender Application shows how an iOS sender application can cast a Video. Many peoples found difficulty in Chrome Cast implementation, because the provided code are in either Objective-C or in Swift-2 so this application is built with Swift-4.

Setup Instructions (Cocoapods)

1:- Clone the Project

2:- open podfile using open podfile in terminal

3:- Check the latest version of Cast

4:- Install the pods using pod Update

5:- Open the .xcworkspace file rather the the xcproject to ensure you have the pod dependencies.