SuperAwesome Video Player for iOS
The SuperAwesome iOS custom video player, built on top of AVPlayer and designed to play VAST ads
CocoaPods
Use the following entry in your Podfile:
pod 'SAVideoPlayer', '~> 2.0'
Then run pod update
.
In any file you'd like to use SAVideoPlayer
in, don't forget to
import the framework with import SAVideoPlayer