blob: 4420c9c4346d7e66efa44f9fc5a64208ff8918b9 [file] [log] [blame]
{
"name": "BotKit",
"version": "0.1.1",
"summary": "BotKit is a Cocoa Touch static library for use in iOS projects.",
"homepage": "https://github.com/thoughtbot/BotKit",
"license": "MIT",
"authors": {
"Mark Adams": "mark@thoughtbot.com",
"Gordon Fontenot": "gordon@thoughtbot.com",
"Diana Zmuda": "diana@apprentice.io"
},
"source": {
"git": "https://github.com/thoughtbot/BotKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "BotKit/Classes",
"requires_arc": true,
"frameworks": "CoreData",
"prefix_header_contents": "#import <Availability.h>\n #import <CoreData/CoreData.h>\n"
}