youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 680 forks source link

Adding the player manually to a Swift project #410

Closed dogahe closed 3 years ago

dogahe commented 3 years ago

I would like to use this framework and add it manually to my Swift project. I don't want to add it through CocoPods. Are there some instructions on how to add this manually to a Swift Project? I understand there are instructions for adding this manually at https://developers.google.com/youtube/v3/guides/ios_youtube_helper but I believe that only works for an Objective-C project.

dogahe commented 3 years ago

I resolved the issue.