[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 9 / f / KIFFmpeg / 2.8.2 / KIFFmpeg.podspec.json
blob7a183fc967543cb5cd2250db1fa2f3dd1a9162f7
2   "name": "KIFFmpeg",
3   "version": "2.8.2",
4   "summary": "FFmpeg for iOS",
5   "description": "FFmpeg for iOS.",
6   "homepage": "https://github.com/smartwalle/KIFFmpeg",
7   "license": "MIT",
8   "authors": {
9     "SmartWalle": "smartwalle@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/smartwalle/KIFFmpeg.git",
16     "tag": "2.8.2"
17   },
18   "ios": {
19     "source_files": "FFmpeg-iOS/include/**/*.h",
20     "public_header_files": "FFmpeg-iOS/include/**/*.h",
21     "preserve_paths": "FFmpeg-iOS/lib/*.a",
22     "vendored_libraries": "FFmpeg-iOS/lib/*.a"
23   },
24   "frameworks": [
25     "AVFoundation",
26     "CoreMedia"
27   ],
28   "libraries": [
29     "iconv",
30     "z",
31     "bz2"
32   ],
33   "requires_arc": false