[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 9 / f / BIJKPlayerPrivacy / 0.7.19 / BIJKPlayerPrivacy.podspec.json
blob64c686f6310b0ab4ea4ae332ea3753aa863fdeb6
2   "name": "BIJKPlayerPrivacy",
3   "version": "0.7.19",
4   "summary": "ijkplayer iOS video player SDK",
5   "authors": {
6     "befovy": "befovy@gmail.com"
7   },
8   "description": "iOS video player based on FFmpeg n3.4, with VideoToolbox support.",
9   "homepage": "https://github.com/befovy/ijkplayer",
10   "license": {
11     "type": "GNU Lesser General Public License v3.0",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "source": {
24     "http": "https://github.com/xyhang/ijkplayer/releases/download/f0.7.16/IJKMediaPlayer.tar.xz"
25   },
26   "vendored_frameworks": "IJKMediaPlayer.framework",
27   "frameworks": [
28     "AudioToolbox",
29     "AVFoundation",
30     "CoreGraphics",
31     "CoreMedia",
32     "CoreVideo",
33     "MobileCoreServices",
34     "OpenGLES",
35     "QuartzCore",
36     "VideoToolbox",
37     "Foundation",
38     "UIKit",
39     "MediaPlayer"
40   ],
41   "libraries": [
42     "bz2",
43     "z",
44     "stdc++"
45   ],
46   "requires_arc": true,
47   "prepare_command": "tar -xvf ./IJKMediaPlayer.tar.xz"