[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / a / d / PDBotKit / 2.1.0 / PDBotKit.podspec.json
blob51a4056720263c2c7b37830a4b4baede4d7b082a
2   "name": "PDBotKit",
3   "version": "2.1.0",
4   "summary": "4Paradigm intelligent customer service SDK",
5   "description": "4Paradigm intelligent customer service SDK for iOS",
6   "homepage": "https://bot.4paradigm.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wuyifan": "wuyifan@4paradigm.com"
13   },
14   "source": {
15     "git": "https://github.com/PDBotSDK/PDBotKit_iOS.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "AVFoundation",
23     "MobileCoreServices"
24   ],
25   "libraries": [
26     "sqlite3",
27     "icucore"
28   ],
29   "resources": [
30     "PDBotKit.bundle",
31     "zh-Hans.lproj/PDBotKit.strings",
32     "en.lproj/PDBotKit.strings"
33   ],
34   "ios": {
35     "vendored_frameworks": [
36       "PDBotLib.framework",
37       "PDBotKit.framework"
38     ]
39   }