[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 6 / c / d / XLConversationInputView / 2.1.0 / XLConversationInputView.podspec.json
blob93f0a6b64d45ec34480ffa4944773628c2b9bdde
2   "name": "XLConversationInputView",
3   "version": "2.1.0",
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": "2.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS": "$(inherited)",
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
24     "GENERATE_INFOPLIST_FILE": "YES"
25   },
26   "pod_target_xcconfig": {
27     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
28     "EXCLUDED_ARCHS": "$(inherited)",
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
30     "ENABLE_BITCODE": "NO"
31   },
32   "resource_bundles": {
33     "XLConversationInputView": [
34       "XLConversationInputView/Assets/**/*.{xcassets,strings,json,gif}"
35     ]
36   },
37   "source_files": "XLConversationInputView/Classes/**/*",
38   "public_header_files": [
39     "XLConversationInputView/Classes/Public/XLConversationInputView.h",
40     "XLConversationInputView/Classes/Public/XLMoreItemTypeHeader.h",
41     "XLConversationInputView/Classes/Public/XLMovEncodeToMpegTool.h",
42     "XLConversationInputView/Classes/Public/XLCvstInputMoreItemModel.h",
43     "XLConversationInputView/Classes/Controller/XLBasicViewController.h",
44     "XLConversationInputView/Classes/FileList/XLFileListViewController.h"
45   ],
46   "dependencies": {
47     "TZImagePickerController": [
49     ],
50     "MBProgressHUD": [
52     ]
53   }