| { |
| "name": "PDBotKit", |
| "version": "2.7.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.7.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" |
| ] |
| } |
| } |