[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / c / 4 / UTSFFmpeg / 1.0.0 / UTSFFmpeg.podspec.json
blob23984e91f6f85a6a874963958d796873b18499a9
2   "name": "UTSFFmpeg",
3   "version": "1.0.0",
4   "summary": "UTSFFmpeg",
5   "description": "封装了在Android和iOS中执行ffmpeg的命令对进行音视频处理的逻辑",
6   "homepage": "https://gitee.com/tyousan_admin/UTSFFmpeg",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "176142998": "176142998@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://gitee.com/tyousan_admin/UTSFFmpeg.git",
19     "tag": "1.0.0"
20   },
21   "vendored_frameworks": [
22     "Framework/ffmpegkit.framework",
23     "Framework/libavcodec.framework",
24     "Framework/libavdevice.framework",
25     "Framework/libavfilter.framework",
26     "Framework/libavformat.framework",
27     "Framework/libavutil.framework",
28     "Framework/libswresample.framework",
29     "Framework/libswscale.framework"
30   ],
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   }