PRESTOplay for Apple 4.0.0-rc6

SDK Bundle

The SDK Bundle

Documentation

The rendered documentation including the Manual and API Docs

Cocoapods Dependency

The package is deployed to the public Cocoapods repository. Use the following setup to add the repo to Podfile and make sure that you refresh dependencies before you build since we are not using snapshots!


	...
	source 'https://github.com/castlabs/Specs.git'
	...
	pod 'PRESTOPlay', '4.0.0-rc6'
	pod 'CastlabsApple', '4.0.0-rc6'
	pod 'CastlabsYoubora', '4.0.0-rc6'
	pod 'CastlabsThumbnails', '4.0.0-rc6'
	pod 'CastlabsSubtitles', '4.0.0-rc6'
	pod 'CastlabsDownloader', '4.0.0-rc6'
	pod 'CastlabsChromecast', '4.0.0-rc6'
	pod 'CastlabsVT', '4.0.0-rc6'
	pod 'CastlabsBroadpeak', '4.0.0-rc6'
	pod 'CastlabsWidevine', '4.0.0-rc6'
	pod 'CastlabsConviva', '4.0.0-rc6'
	pod 'CastlabsIMA', '4.0.0-rc6'
	...