[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / 8 / 9 / FFmpeger-iOS / 0.2.0 / FFmpeger-iOS.podspec.json
blob367e872a08f0a23acd3280c43ea289bcda8170c3
2   "name": "FFmpeger-iOS",
3   "version": "0.2.0",
4   "summary": "A ffmpeg framework build for iOS.",
5   "description": "https://github.com/yellowei/FFmpeger-iOS",
6   "homepage": "https://github.com/yellowei/FFmpeger-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yellowei": "hw0521@vip.qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/yellowei/FFmpeger-iOS.git",
19     "tag": "0.2.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "source_files": "FFmpeg/FFmpeg.framework/Headers/*.{h}",
27   "vendored_frameworks": "FFmpeg/FFmpeg.framework",
28   "public_header_files": "FFmpeg/FFmpeg.framework/Headers/ffmpeg.h",
29   "libraries": [
30     "z",
31     "iconv",
32     "bz2"
33   ]