MatthewYork / DateTools

Dates and times made easy in iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to find a specification for DateToolsSwift

phiren opened this issue · comments

#Facing issue when trying to Using pod "DateToolsSwift"

@phiren
pod setup
pod install

Should help

pod search DateToolsSwift
[!] Unable to find a pod with name, author, summary, or description matching DateToolsSwift

Would you happen to be using the CocoaPods.app interface? I was experiencing the same error, but the issue fixed itself when switching to the command line interface. @Pulichev's instructions (pod setup && pod install) seemed to do the trick.