BotKit is a Cocoa Touch static library for use in iOS projects. It includes a number of helpful classes and categories that are useful during the development of an iOS application.
The fastest way to get started with BotKit in your project is by using Cocoapods.
pod 'BotKit', '~> 0.1'
$ pod install
If this is your first Cocoapod, be sure to open the Xcode workspace instead of the project file when building your project.
$ open App.xcworkspace
Import BotKit.h
to get started.
#import <BotKit/BotKit.h>
BotKit is maintained by Mark Adams, Gordon Fontenot, Diana Zmuda and Theo Calmes. It was written by thoughtbot, inc.
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
BotKit is Copyright © 2012-2014 thoughtbot, inc. It is free software and may be re-distributed under the terms specified in the LICENSE file.