[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / a / d / PDBotKit / 2.5.0 / PDBotKit.podspec.json
bloba2edb0130be93946f6ed81dbf3090be40280de4c
2   "name": "PDBotKit",
3   "version": "2.5.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.5.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",
32     "en.lproj"
33   ],
34   "ios": {
35     "vendored_frameworks": [
36       "PDBotLib.framework",
37       "PDBotKit.framework"
38     ]
39   }