ra1028 / DifferenceKit

💻 A fast and flexible O(n) difference algorithm framework for Swift collection.

Home Page:https://ra1028.github.io/DifferenceKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pod DifferenceKit not found

hqwsun opened this issue · comments

pod 'DifferenceKit/Core'
Unable to find a specification for DifferenceKit/Core

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

Hi @hqwsun ,
Sorry for my late reply.

Is your local CocoaPods repos up-to-date?
Please try following command:
pod repo update
or
pod install --repo-update

If that doesn't work, please tell me your Podfile detail, CocoaPods version, Xcode version etc.

I close this issue.
If you still want to ask, please reopen it.