我已经通过添加子模块在我的项目中集成了Grabkit。我想通过可可豆荚添加grabkit。我上网了很多。我创建了一个pod文件。
pod 'Grabkit', :git => 'https://github.com/pierrotsmnrd/grabKit.git'
下载了最新的podspec文件
当我运行pod install
或pod update
时,我收到以下错误:
$ pod update
Analyzing dependencies
CocoaPods 0.29.0 is available.
Pre-downloading: `Grabkit` from `https://github.com/pierrotsmnrd/grabKit.git`
[!] No podspec found for `Grabkit` in /path-of-my-project/Pods/Grabkit/Grabkit.podspec
请建议!!
答案 0 :(得分:0)
我不确定你为什么要下载最新的podspec。规范由pod
命令行工具自动管理,并且~/.cocoapods
中存在整个规范存储库的克隆。这里的问题是这样的。它是grabKit
注意小写的'g'