Below is my podfile
platform :ios, '11.0'
source 'https://github.com/CocoaPods/Specs.git'
project '/Users/sylvanm/Desktop/Programming/Xcode/Practice/First Apps on phone/iMango/iMango.xcodeproj'
target 'iMango' do
pod 'iMango'
end
It says [!] Unable to find a specification for iMango
(there are the '' marks around iMango but idk how to format that.
Please help!