blob: 0de1ec6623454c320bf97d6be384c056b8767629 [file] [log] [blame]
{
"name": "BotKit",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "BotKit/**/*.{m,h}",
"requires_arc": true,
"frameworks": "CoreData",
"prefix_header_contents": " #import <Availability.h>\n #import <CoreData/CoreData.h>\n"
}