[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / b / 8 / QMUIComponent / 0.2 / QMUIComponent.podspec.json
blobf145b1b537e2e1ddd9dda72dda9da4122574dcdd
2   "name": "QMUIComponent",
3   "version": "0.2",
4   "summary": "A short description of QMUIComponent.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/7moor-tech/QMUIComponents",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "焦林生": "18515384635@163.com"
13   },
14   "source": {
15     "git": "https://github.com/7moor-tech/QMUIComponents.git",
16     "tag": "0.2"
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   ]