blob: 65d5b755dd944f10f4967b44408dda6ea8311f4b [file] [log] [blame]
{
"name": "PDBotKit",
"version": "2.6.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.6.0"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"AVFoundation",
"MobileCoreServices"
],
"libraries": [
"sqlite3",
"icucore"
],
"resources": [
"PDBotKit.bundle",
"zh-Hans.lproj",
"en.lproj"
],
"ios": {
"vendored_frameworks": [
"PDBotLib.framework",
"PDBotKit.framework"
]
}
}