ios pod DifferenceKit 失败显示Unable to find

iOS使用pod 来搜索和安装 DifferenceKit提示安装失败,未找到,请问有什么办法解决吗?还是作者自己上传的问题。pod其他的库都是正常的:

Unable to find a pod with name, author, summary, or description matching DifferenceKit

如果是作者自己的问题的话,要怎么样手动安装DifferenceKit这个第三方库?

阅读 2.2k
1 个回答

可以搜索到,如下。
你没搜到可能是repo没有更新,执行下:pod repo update

-> DifferenceKit (0.7.1)
   A fast and flexible O(n) difference algorithm framework for Swift collection.
   pod 'DifferenceKit', '~> 0.7.1'
   - Homepage: https://github.com/ra1028/DifferenceKit
   - Source:   https://github.com/ra1028/DifferenceKit.git
   - Versions: 0.7.1, 0.7.0, 0.6.0, 0.5.3, 0.5.2, 0.5.1, 0.5.0, 0.4.1, 0.4.0,
   0.3.0, 0.2.0, 0.1.0 [master repo]
   - Subspecs:
     - DifferenceKit/Core (0.7.1)
     - DifferenceKit/UIKitExtension (0.7.1)
     - DifferenceKit/AppKitExtension (0.7.1)
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题