BotKit 0.1.10

BotKit 0.1.10

测试已测试
Lang语言 Obj-CObjective C
许可 MIT
发布最后发布2015年12月

未确认维护。



BotKit 0.1.10

  • 编者:
  • Mark Adams, Gordon Fontenot, Diana Zmuda 和 Theo Calmes

BotKit 是一个 Cocoa Touch 静态库,用于在 iOS 项目中使用。它包含许多在 iOS 应用程序开发中非常有用的类和类别。

安装

在项目中使用 BotKit 的最快方式是通过 Cocoapods。

将 BotKit 添加到 Podfile

pod 'BotKit', '~> 0.1'

安装依赖项

$ pod install

在需要的地方导入 BotKit

如果是您首次使用 Cocoapod,在构建项目时,请务必打开 Xcode 工作空间而不是项目文件。

$ open App.xcworkspace

导入 BotKit.h 以开始使用。

#import <BotKit/BotKit.h>

致谢

BotKit 由 Mark Adams, Gordon Fontenot, Diana Zmuda 和 Theo Calmes 维护。它是由 thoughtbot, inc 编写的。

thoughtbot

thoughtbot 的名称和标志是 thoughtbot, inc 的商标。

BotKit 版权所有 © 2012-2013 thoughtbot, inc。它是一种免费软件,可以根据 LICENSE 文件中指定的条款重新分发。