[Add] AlibabacloudQuanMiaoLightApp20240801 2.2.0
[CocoaPods.git] / Specs / 8 / 9 / e / FURender / 0.3.0 / FURender.podspec.json
blobd9b51c7128ad5a1ed4f5e205237af3761c5f5272
2   "name": "FURender",
3   "version": "0.3.0",
4   "summary": "相芯美颜FURenderKit",
5   "description": "相芯人脸跟踪及视频特效SDK",
6   "homepage": "https://gitee.com/librarybyself/FURender",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "byron": "1071210272@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/librarybyself/FURender.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "resources": "**/*.{bundle,txt}",
22   "source_files": "**/*.{h,m}",
23   "ios": {
24     "vendored_frameworks": "FURenderKit.framework",
25     "frameworks": [
26       "OpenGLES",
27       "Accelerate",
28       "CoreMedia",
29       "AVFoundation"
30     ]
31   },
32   "requires_arc": true,
33   "libraries": [
34     "stdc++"
35   ],
36   "pod_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "user_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   }