[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / a / 6 / IRFFMpeg / 4.2.3 / IRFFMpeg.podspec.json
blob5a4c3a4863f7477808cb6cb8a9a8ac54604c2878
2   "name": "IRFFMpeg",
3   "version": "4.2.3",
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.3"
15   },
16   "default_subspecs": "FFMpegLib",
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       "pod_target_xcconfig": {
30         "MACH_O_TYPE": "mh_dylib"
31       },
32       "header_mappings_dir": "include"
33     }
34   ]