[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / d / PDBotKit / 2.6.0 / PDBotKit.podspec.json
blob65d5b755dd944f10f4967b44408dda6ea8311f4b
2   "name": "PDBotKit",
3   "version": "2.6.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.6.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   }