[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 6 / c / d / XLConversationInputView / 2.0.0 / XLConversationInputView.podspec.json
blob821a540073816adb8fd60d9c8a203fc413741f49
2   "name": "XLConversationInputView",
3   "version": "2.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "static_framework": true,
22   "user_target_xcconfig": {
23     "EXCLUDED_ARCHS": "$(inherited)",
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25     "GENERATE_INFOPLIST_FILE": "YES"
26   },
27   "pod_target_xcconfig": {
28     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
29     "EXCLUDED_ARCHS": "$(inherited)",
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
31     "ENABLE_BITCODE": "NO"
32   },
33   "resource_bundles": {
34     "XLConversationInputView": [
35       "XLConversationInputView/Assets/**/*.{xcassets,strings,json,gif}"
36     ]
37   },
38   "source_files": "XLConversationInputView/Classes/**/*",
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/Public/XLCvstInputMoreItemModel.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   }