BotKit 0.1.10

BotKit 0.1.10

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2015

Maintained by Unclaimed.



BotKit 0.1.10

  • By
  • Mark Adams, Gordon Fontenot, Diana Zmuda and Theo Calmes

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-2013 thoughtbot, inc. It is free software and may be re-distributed under the terms specified in the LICENSE file.