[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / a / e / fplayer-core / 1.0.1 / fplayer-core.podspec.json
blob66e41e482156c44859772f1444a9cb295709dd24
2   "name": "fplayer-core",
3   "version": "1.0.1",
4   "summary": "fplayer core project",
5   "description": "iOS video player based on ffplay, with VideoToolbox support.\nfplayer core with iOS",
6   "homepage": "https://github.com/FlutterPlayer/ijkplayer",
7   "license": {
8     "type": "GNU Lesser General Public License v3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bileskou": "bileskou@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.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/FlutterPlayer/ijkplayer/releases/download/1.0.1/IJKMediaPlayer.tar.gz"
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"