An open API service indexing awesome lists of open source software.

https://github.com/baquer/googlecastsender

This GoogleCastSender Application shows how an iOS sender application can cast a Video in Swift 4
https://github.com/baquer/googlecastsender

application googlecast swift-4

Last synced: 9 months ago
JSON representation

This GoogleCastSender Application shows how an iOS sender application can cast a Video in Swift 4

Awesome Lists containing this project

README

          

# 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.