[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / a / c / ffmpeg_support / 0.7.0 / ffmpeg_support.podspec.json
blob04adda7959ffd5d4a6a412e56770e387c2268d97
2   "name": "ffmpeg_support",
3   "version": "0.7.0",
4   "summary": "this library is used to transcode video for iOS",
5   "description": "'you can use this library to transcode video to another video encoding'",
6   "homepage": "https://github.com/DDIsFriend/ffmpeg_support_public",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DDIsFriend": "1749579978@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/DDIsFriend/ffmpeg_support_public.git",
16     "tag": "0.7.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ffmpeg_support/Classes/**/*",
22   "frameworks": [
23     "AudioToolbox",
24     "CoreAudio",
25     "VideoToolbox",
26     "CoreMedia",
27     "AVFoundation"
28   ],
29   "libraries": [
30     "bz2",
31     "iconv",
32     "z"
33   ],
34   "xcconfig": {
35     "HEADER_SEARCH_PATHS": "${PODS_TARGET_SRCROOT}/ffmpeg_support/Classes/include"
36   },
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39   }