-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFURenderKit.podspec
26 lines (23 loc) · 1.01 KB
/
FURenderKit.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = 'FURenderKit'
s.version = '8.0.2.1'
s.summary = 'A framework of FaceUnity.'
s.description = <<-DESC
a seak and package for sticker object and user do not attention release the sticker. convenient and easy to user FaceUnity function.
DESC
s.homepage = 'https://github.com/Faceunity/FULiveDemo'
s.author = { 'faceunity' => '[email protected]' }
s.source = { :path => '.' }
s.source_files = '**/*.{h,m}'
s.public_header_files = '**/*.h'
s.platform = :ios, '9.0'
s.resources = "**/*.{bundle,txt}"
s.ios.vendored_frameworks = 'FURenderKit.xcframework'
s.frameworks = ["OpenGLES",
"Accelerate",
"CoreMedia",
"AVFoundation"]
s.libraries = ["stdc++"]
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = {'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end