[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 8 / 6 / 5 / HCPlayer / 0.1.7 / HCPlayer.podspec.json
blob025f061ffcfe8c4e119d307349af23e2e4d20656
2   "name": "HCPlayer",
3   "version": "0.1.7",
4   "summary": "这是一个视频与音频播放器的库。",
5   "description": "这是一个视频的播放特定的核心库。包含了视频、音频、歌词及缓冲处理的功能。",
6   "homepage": "https://github.com/halfking/HCPlayer",
7   "license": "MIT",
8   "authors": {
9     "halfking": "kimmy.huang@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/halfking/HCPlayer",
16     "tag": "0.1.7"
17   },
18   "source_files": [
19     "HCPlayer/**/*.{h,m,mm,c,cpp}",
20     "HCPlayer/**/*.bundle"
21   ],
22   "exclude_files": "HCPlayer/HCPlayerTest/**/*",
23   "libraries": [
24     "icucore",
25     "stdc++"
26   ],
27   "xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
29     "ENABLE_BITCODE": "YES",
30     "DEFINES_MODULE": "YES",
31     "HEADER_SEARCH_PATHS": "$(inherited)",
32     "LIBRARY_SEARCH_PATHS": "$(inherited)"
33   },
34   "pod_target_xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "$(inherited) "
36   },
37   "dependencies": {
38     "HCMinizip": [
40     ],
41     "hccoren": [
43     ],
44     "HCBaseSystem": [
46     ],
47     "HCMVManager": [
49     ],
50     "HCAudioUnit": [
52     ]
53   }