[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / a / 1 / FFmpeg-DS / 1.0.0 / FFmpeg-DS.podspec.json
blobc0ba709c0cf484ac43a6928a7955921754add8c8
2   "name": "FFmpeg-DS",
3   "version": "1.0.0",
4   "summary": "FFmpeg iOS static librs",
5   "description": "FFmpeg iOS static librs by DS",
6   "homepage": "https://github.com/swp-song/FFmpeg-DS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     " Dream": "396587868@qq.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/swp-song/FFmpeg-DS.git",
19     "tag": "1.0.0"
20   },
21   "header_mappings_dir": "include/",
22   "public_header_files": "include/**/*.h",
23   "source_files": "include/**/*.h",
24   "vendored_libraries": "library/*.a",
25   "frameworks": [
26     "CoreMedia",
27     "AVFoundation",
28     "VideoToolbox",
29     "AudioToolbox"
30   ],
31   "libraries": [
32     "z",
33     "bz2",
34     "iconv"
35   ],
36   "requires_arc": true,
37   "xcconfig": {
38     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/FFmpeg/include/"
39   },
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "deprecated": true