[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 7 / d / c / BotKit / 0.1.8 / BotKit.podspec.json
blobf5f9162894662a39e6a54406e2def223989b1cfa
2   "name": "BotKit",
3   "version": "0.1.8",
4   "summary": "BotKit is a Cocoa Touch static library for use in iOS projects.",
5   "homepage": "https://github.com/thoughtbot/BotKit",
6   "license": "MIT",
7   "authors": {
8     "Mark Adams": "mark@thoughtbot.com",
9     "Gordon Fontenot": "gordon@thoughtbot.com",
10     "Diana Zmuda": "diana@thoughtbot.com",
11     "Theo Calmes": "theo@thoughtbot.com"
12   },
13   "source": {
14     "git": "https://github.com/thoughtbot/BotKit.git",
15     "tag": "0.1.8"
16   },
17   "source_files": "BotKit/",
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": [
23     "Categories"
24   ],
25   "subspecs": [
26     {
27       "name": "Categories",
28       "source_files": "BotKit/Categories/*.{m,h}",
29       "frameworks": "Accelerate"
30     },
31     {
32       "name": "CoreData",
33       "source_files": "BotKit/CoreData/**/*.{m,h}",
34       "frameworks": "CoreData"
35     }
36   ]