bvibber / OGVKit

Ogg and WebM media playback for iOS
MIT License
216 stars 67 forks source link

[!] Unable to find a specification for `libopus` depended upon by `OGVKit/OpusDecoder` #186

Closed bibinjacobpulickal closed 6 years ago

bibinjacobpulickal commented 7 years ago

My podfile: target 'MyProject' do use_frameworks! source 'https://github.com/brion/OGVKit-Specs.git' pod "OGVKit/WebM" end

bvibber commented 7 years ago

libopus is packaged separately on CocoaPods: https://cocoapods.org/?q=libopus

If it's not showing up, you might have lost the base CocoaPods specs. Try adding it explicitly in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'