[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / e / 1 / WNPlayerPlus / 1.0.0 / WNPlayerPlus.podspec.json
blob6fde5e4f6e935116af97782c9b6b7ee35d2c28cf
2   "name": "WNPlayerPlus",
3   "version": "1.0.0",
4   "summary": "A short description of WNPlayerPlus.",
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.0.0"
17   },
18   "platforms": {
19     "ios": "9.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   },
26   "user_target_xcconfig": {
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "vendored_frameworks": "Frameworks/FFmpeg.framework",
31   "libraries": [
32     "bz2",
33     "iconv",
34     "z"
35   ],
36   "frameworks": [
37     "AVFoundation",
38     "Accelerate",
39     "OpenGLES"
40   ],
41   "source_files": "WNPlayerPlus/**/*.{h,m}",
42   "public_header_files": [
43     "WNPlayerPlus/WNPlayerPlus.h",
44     "WNPlayerPlus/WNPlayer/*.h"
45   ],
46   "resource_bundles": {
47     "WNPlayerPlus": [
48       "WNPlayerPlus/**/*.{xib,xcassets,json,glsl,strings}"
49     ]
50   }