[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / a / 6 / IRFFMpeg / 4.2.1 / IRFFMpeg.podspec.json
blobc448c278184afae22044fe68d2f952769dbb99d0
2   "name": "IRFFMpeg",
3   "version": "4.2.1",
4   "summary": "FFMpeg for iOS.",
5   "description": "FFMpeg for iOS.",
6   "homepage": "https://github.com/irons163/IRFFMpeg.git",
7   "license": "MIT",
8   "authors": "irons163",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/irons163/IRFFMpeg.git",
14     "tag": "4.2.1"
15   },
16   "static_framework": true,
17   "subspecs": [
18     {
19       "name": "FFMpegLib",
20       "source_files": "include/**/*.h",
21       "vendored_libraries": "**/*.a",
22       "libraries": [
23         "z",
24         "iconv",
25         "bz2",
26         "lzma"
27       ],
28       "frameworks": "AVFoundation",
29       "header_mappings_dir": "include"
30     }
31   ]