[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / c / d / XLConversationInputView / 1.1.3.1 / XLConversationInputView.podspec.json
blob2e0af2a44f286abba751fb6f78eee5464e33632d
2   "name": "XLConversationInputView",
3   "version": "1.1.3.1",
4   "summary": "一个对话框工具栏",
5   "description": "TODO: 一个对话框工具栏",
6   "homepage": "https://gitee.com/ilongge/XLConversationInputView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "10150820867@qq.com": "1015820857@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/ilongge/XLConversationInputView.git",
16     "tag": "1.1.3.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "static_framework": true,
22   "source_files": "XLConversationInputView/Classes/**/*",
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS": "$(inherited)",
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
26     "GENERATE_INFOPLIST_FILE": "YES"
27   },
28   "pod_target_xcconfig": {
29     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
30     "EXCLUDED_ARCHS": "$(inherited)",
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
32     "ENABLE_BITCODE": "NO"
33   },
34   "resource_bundles": {
35     "XLConversationInputView": [
36       "XLConversationInputView/Assets/**/*.{xcassets,strings,json,gif}"
37     ]
38   },
39   "public_header_files": [
40     "XLConversationInputView/Classes/Public/XLConversationInputView.h",
41     "XLConversationInputView/Classes/Public/XLMoreItemTypeHeader.h",
42     "XLConversationInputView/Classes/Public/XLMovEncodeToMpegTool.h",
43     "XLConversationInputView/Classes/Location/XLCICoordinate2D.h",
44     "XLConversationInputView/Classes/Controller/XLBasicViewController.h",
45     "XLConversationInputView/Classes/FileList/XLFileListViewController.h"
46   ],
47   "dependencies": {
48     "TZImagePickerController": [
49       "~> 3.8.3"
50     ],
51     "MBProgressHUD": [
52       "~> 1.2.0"
53     ],
54     "Tencent-MapSDK": [
55       "~> 5.1.0"
56     ]
57   }