[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / a / 6 / IRFFMpeg / 4.2.7 / IRFFMpeg.podspec.json
blob9e47ce525f03f2d98eda877e570aa231482de0ab
2   "name": "IRFFMpeg",
3   "version": "4.2.7",
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.7"
15   },
16   "source_files": "include/**/*.h",
17   "public_header_files": "include/**/*.h",
18   "vendored_libraries": "**/*.a",
19   "libraries": [
20     "z",
21     "iconv",
22     "bz2",
23     "lzma"
24   ],
25   "frameworks": "AVFoundation",
26   "header_mappings_dir": "include",
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC -all_load"
29   }