[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / 9 / f / KIFFmpeg / 3.0.0 / KIFFmpeg.podspec.json
blob99362ee3b5de408c620f636c1827bbe59ac46641
2   "name": "KIFFmpeg",
3   "version": "3.0.0",
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": "3.0.0"
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     "VideoToolbox"
28   ],
29   "libraries": [
30     "iconv",
31     "z",
32     "bz2"
33   ],
34   "requires_arc": false