2

我对 mac 和 iOS 或任何编程都很陌生。我想将 tapku 库添加到我的 Xcode 项目中。我已下载文件并将其保存在 /developer/shared/Documentation/docsets 文件夹中。我不知道下一步该做什么。我红色了一些文档,上面写着“克隆 TapkuLibrary git 存储库 git clone git://github.com/devinross/tapkulibrary.git。”.....我不知道应该在哪里输入和执行克隆.. 。任何帮助将非常感激。

在此先感谢 Magesh

4

1 回答 1

2

You can install tapku through cocoapods by just adding pod 'TapkuLibray','~>0.3' in your Podfile, then run pod install, and tapku will be installed automatically.

For more information about cocoapods,see http://cocoapods.org/

于 2014-05-09T03:47:37.347 回答