Recently discovered this repo and wanted to check it out but was unable to install the MBDocCapture using CocoaPods:
[!] Unable to find a specification for MBDocCapture
I tried the following:
pod 'MBDocCapture', '>= 0.9' (from readme.md)
pod 'MBDocCapture', '>= 0.1.1' (b/c that's the version in the .podspec)
pod 'MBDocCapture'
Neither of those work, unfortunately.
Recently discovered this repo and wanted to check it out but was unable to install the
MBDocCaptureusing CocoaPods:I tried the following:
pod 'MBDocCapture', '>= 0.9'(fromreadme.md)pod 'MBDocCapture', '>= 0.1.1'(b/c that's the version in the.podspec)pod 'MBDocCapture'Neither of those work, unfortunately.