[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / e / 8 / FFmpeg-SDK / 1.5.0 / FFmpeg-SDK.podspec.json
blob54df69b8986425e4a8d1706e0489ad3a263017b8
2   "name": "FFmpeg-SDK",
3   "version": "1.5.0",
4   "summary": "FFmpeg iOS XCFramework",
5   "description": "FFmpeg iOS XCFramework By Dream Song",
6   "homepage": "https://github.com/swp-song/FFmpeg-SDK",
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-SDK.git",
19     "tag": "1.5.0"
20   },
21   "vendored_frameworks": "Sources/FFmpeg.xcframework",
22   "frameworks": [
23     "Foundation",
24     "AVFoundation",
25     "CoreMedia",
26     "VideoToolbox",
27     "AudioToolbox"
28   ],
29   "libraries": [
30     "z",
31     "bz2",
32     "iconv"
33   ],
34   "requires_arc": true,
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   }