I am following this tutorial - https://material.io/components/ios/catalog/cards/
It tells me to add pod 'MaterialComponents/Cards' in addition to pod 'MaterialComponents'
On running pod install, I get the following error -
CocoaPods could not find compatible versions for pod "MaterialComponents/Cards"
Without that, XCode cannot find the MaterialCards component -
import MaterialComponents.MaterialCards
gives the error -
No such module 'MaterialComponents.MaterialCards'