[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / e / 1 / WNPlayerPlus / 1.1.0 / WNPlayerPlus.podspec.json
blobdfdc051c65609fcc188c2ed2fd47d7110beaac3d
2   "name": "WNPlayerPlus",
3   "version": "1.1.0",
4   "summary": "WNPlayerPlus base on WNPlayer",
5   "description": "'基于WNPlayer开发,原始库地址[https://github.com/zhengwenming/WNPlayer.git],项目内使用自编译FFMpeg.Framework,版本4.3.3。鉴于本人网络环境堪忧,故首选国内开源库托管网站Gitee,同时Github亦会同步一份,望见谅。'",
6   "homepage": "https://gitee.com/ilongge/WNPlayerPlus",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "ilongge": "1015820857@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/ilongge/WNPlayerPlus.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25     "GENERATE_INFOPLIST_FILE": "YES"
26   },
27   "user_target_xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
30     "GENERATE_INFOPLIST_FILE": "YES"
31   },
32   "vendored_frameworks": "Frameworks/FFmpeg.framework",
33   "libraries": [
34     "bz2",
35     "iconv",
36     "z"
37   ],
38   "frameworks": [
39     "AVFoundation",
40     "Accelerate",
41     "OpenGLES",
42     "AudioToolbox",
43     "VideoToolbox"
44   ],
45   "source_files": "WNPlayerPlus/**/*.{h,m}",
46   "public_header_files": [
47     "WNPlayerPlus/WNPlayerPlus.h",
48     "WNPlayerPlus/WNPlayer/*.h"
49   ],
50   "resource_bundles": {
51     "WNPlayerPlus": [
52       "WNPlayerPlus/**/*.{xib,xcassets,json,glsl,strings}"
53     ]
54   }