* Add support for macOS
- Add PlayerView for switching between UIKit and AppKit view class
- Remove imports of UIKit
- Replace UIView uses with PlayerView
- Add #if for cases that are not supported on macOS
- Update podspec for macOS specific configuration
* Add documentation for PlayerView
* Fix brace placement
* Lower macOS minimum deployment target
* Change type oif RegularPlayerView to PlayerView
* Updated parameters to support macOS and tvOS
* Switch to canImport() from os()
* Revert canImport() back to os() in on instance
* Reorganize project and top level
- Move sources into Sources
- Update podspec to reflect new sources location
- Move Example files into top level
* Update Fastfile
- Point to new project/workspace locations
* Update Fastfile with correct config
* Fix CI build failures
- Update Fastfile to point to correct scheme
- Add Tests file to PlayerKit-iOSTests target
- Update Example scheme to exclude tests
- Update scheme for iOS Framework target to include tests
* Update .gitignore and commit Pods directory
* Remove cocoapods from lane altogether