All Projects → thoughtbot → Botkit

thoughtbot / Botkit

Licence: mit
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.

BotKit

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.

Installation

The fastest way to get started with BotKit in your project is by using Cocoapods.

Add BotKit to your Podfile

pod 'BotKit', '~> 0.1'

Install the dependencies

$ pod install

Import BotKit wherever it is needed

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>

Credits

BotKit is maintained by Mark Adams, Gordon Fontenot, Diana Zmuda and Theo Calmes. It was written by thoughtbot, inc.

thoughtbot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].