[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / b / HDObject / 1.0.0 / HDObject.podspec.json
blob10dec3911fb2acd9227e2148c1ef2afb45ef90b2
2   "name": "HDObject",
3   "version": "1.0.0",
4   "summary": "自己定义的播放器,附带3中类型的UI可选,基于FFmpeg与VLC,使用时可以自由选择",
5   "description": "这是一个自己的项目,工具库集合,后续待补充",
6   "homepage": "https://github.com/peisonglin/HDObject.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PSL": "345455211@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/peisonglin/HDObject.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "subspecs": [
30     {
31       "name": "ToolObject",
32       "source_files": "HDObject/Classes/ToolObject/include/**/*.{h}",
33       "vendored_libraries": "HDObject/Classes/ToolObject/lib/*.a",
34       "frameworks": [
35         "AVFoundation",
36         "UIKit",
37         "CoreTelephony",
38         "Photos"
39       ],
40       "libraries": "iconv"
41     },
42     {
43       "name": "HDFFMpeg",
44       "source_files": "HDObject/Classes/HDFFMpeg/include/**/*.{h}",
45       "vendored_libraries": "HDObject/Classes/HDFFMpeg/lib/*.a",
46       "libraries": [
47         "iconv",
48         "z",
49         "bz2"
50       ],
51       "frameworks": [
52         "AVFoundation",
53         "UIKit",
54         "CoreTelephony",
55         "Photos",
56         "CoreMedia",
57         "VideoToolbox",
58         "AudioToolbox"
59       ],
60       "resources": "HDObject/Assets/HDFFMpeg/*.bundle",
61       "dependencies": {
62         "HDObject/ToolObject": [
64         ],
65         "MobileVLCKit": [
66           "3.3.16.3"
67         ],
68         "Masonry": [
69           "1.1.0"
70         ],
71         "ReactiveObjC": [
72           "3.1.1"
73         ],
74         "FMDB": [
75           "2.7.5"
76         ],
77         "UMCommon": [
78           "7.3.5"
79         ]
80       }
81     }
82   ]