[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / e / EMFFmpeg / 0.1.0 / EMFFmpeg.podspec.json
blobdcc3fb5cbbc1d7b60c12b8e939cde58aa4652b8b
2   "name": "EMFFmpeg",
3   "version": "0.1.0",
4   "summary": "EMFFmpeg,ffmpeg",
5   "description": "EMFFmpeg  ffmpeg compiled for iOS",
6   "homepage": "https://github.com/sherlockmm/EMFFmpeg",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sherlockmm": "sherlock_zms@163.com"
13   },
14   "source": {
15     "git": "https://github.com/sherlockmm/EMFFmpeg.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "emprecompiled",
22   "subspecs": [
23     {
24       "name": "emprecompiled",
25       "source_files": "EMFFmpeg/Classes/include/**/*.h",
26       "public_header_files": "EMFFmpeg/Classes/include/**/*.h",
27       "header_mappings_dir": "EMFFmpeg/Classes/include",
28       "vendored_libraries": "EMFFmpeg/Classes/lib/*.a",
29       "libraries": [
30         "iconv",
31         "z",
32         "bz2"
33       ]
34     }
35   ]