[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / b / ffmpegLib / 0.1.2 / ffmpegLib.podspec.json
blob54c49e8ecc661cf69c304bc6864ab0af0b2b6294
2   "name": "ffmpegLib",
3   "version": "0.1.2",
4   "summary": "A short description of ffmpegLib.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/feixian/ffmpegPackage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hualaiTech": "zhangyifei@hualaikeji.com"
13   },
14   "source": {
15     "git": "https://github.com/feixian/ffmpegPackage.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ffmpegLib/Classes/FFmpeg-iOS/**/*.{h}",
22   "libraries": [
23     "bz2",
24     "c++",
25     "z",
26     "iconv"
27   ],
28   "vendored_libraries": "ffmpegLib/Classes/FFmpeg-iOS/lib/*.{a}",
29   "public_header_files": "ffmpegLib/Classes/FFmpeg-iOS/include/**/*.{h}",
30   "frameworks": [
31     "UIKit",
32     "AudioToolBox",
33     "CoreImage",
34     "CoreMedia",
35     "VideoToolBox",
36     "AVFoundation"
37   ]