[Add] FanapPodChatSDK 1.2.12
[CocoaPods.git] / Specs / 9 / a / 6 / IRFFMpeg / 4.2.12 / IRFFMpeg.podspec.json
blobe12c0e3d93bc7bad48bcd0522ae869ff2c22f07f
2   "name": "IRFFMpeg",
3   "version": "4.2.12",
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.12"
15   },
16   "source_files": [
17     "IRFFMpeg.m",
18     "IRFFMpeg.h"
19   ],
20   "static_framework": true,
21   "subspecs": [
22     {
23       "name": "FFMpegLib",
24       "source_files": "include/**/*.h",
25       "public_header_files": "include/**/*.h",
26       "vendored_libraries": "**/*.a",
27       "libraries": [
28         "z",
29         "iconv",
30         "bz2",
31         "lzma"
32       ],
33       "frameworks": [
34         "AVFoundation",
35         "UIKit",
36         "Foundation"
37       ],
38       "header_mappings_dir": "include"
39     }
40   ]