[!] Unable to find a specification for mobile-ffmpeg-full (~> 2.2)
It should be 2.0, 2.2 is not released yet.
[!] Unable to find a specification for mobile-ffmpeg-full (~> 2.0)
Hmm, I'm testing with pod 'mobile-ffmpeg-full', '~> 2.0' and it is working right now.
Why do you use parentheses around the version, is there a special meaning?
Command:
pod 'mobile-ffmpeg-full', '~> 2.0'
Output:
[!] Unable to find a specification for mobile-ffmpeg-full (~> 2.0)
========================================
No i am not using parentheses around the version actually this is a error when i run pod install command
Hmm, OK. I tried on another machine, again no errors.
A similar error @ stackoverflow is solved by deleting and updating pod master repo. Can you try it, your machine may have a similar issue?
pod repo remove master
pod setup
pod install
Many Many thanks 馃憤
Great, glad it helped