blob: df6f317aa98331a882b191cb5be492bbcd3c6cf8 [file] [log] [blame]
{
"name": "PDBotKit",
"version": "2.4.0",
"summary": "4Paradigm intelligent customer service SDK",
"description": "4Paradigm intelligent customer service SDK for iOS",
"homepage": "https://bot.4paradigm.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wuyifan": "wuyifan@4paradigm.com"
},
"source": {
"git": "https://github.com/PDBotSDK/PDBotKit_iOS.git",
"tag": "2.4.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"AVFoundation",
"MobileCoreServices"
],
"libraries": [
"sqlite3",
"icucore"
],
"resources": [
"PDBotKit.bundle",
"zh-Hans.lproj/PDBotKit.strings",
"en.lproj/PDBotKit.strings"
],
"ios": {
"vendored_frameworks": [
"PDBotLib.framework",
"PDBotKit.framework"
]
}
}