[Add] Survicate 5.5.0
[CocoaPods.git] / Specs / 0 / b / 8 / QMUIComponent / 0.4 / QMUIComponent.podspec.json
blob7c39b71f72aacd846fe07d5ee61a204687a3daad
2   "name": "QMUIComponent",
3   "version": "0.4",
4   "summary": "A short description of QMUIComponent.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/moor7_tech/qmuicomponents",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "焦林生": "18515384635@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/moor7_tech/qmuicomponents.git",
16     "tag": "0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "dependencies": {
24     "QMChatUICore": [
26     ]
27   },
28   "resources": [
29     "**/QMUIComponent/Assets/*.bundle"
30   ],
31   "pod_target_xcconfig": {
32     "VALID_ARCHS": "armv7 x86_64 arm64"
33   },
34   "subspecs": [
35     {
36       "name": "QMFileManager",
37       "source_files": "QMUIComponent/Classes/QMFileManager/**/*.{h,m}"
38     },
39     {
40       "name": "QMAudio",
41       "source_files": "QMUIComponent/Classes/QMAudio/**/*.{h,m}"
42     }
43   ]