增加换肤功能
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "TencentCloudHuiyanSDKFace_framework"
|
||||
s.version = "8.7.0"
|
||||
s.summary = "A short description of TencentCloudHuiyanSDKFace_framework."
|
||||
s.homepage = 'https://github.com/brownfeng/TencentCloudHuiyanSDKFace_framework'
|
||||
s.license = "MIT"
|
||||
s.authors = {"brownfeng"=>"brownfeng@github.com"}
|
||||
s.description = "TODO: Add long description of the pod here."
|
||||
s.frameworks = ["UIKit", "AVFoundation", "CoreVideo", "Security", "SystemConfiguration", "CoreMedia", "VideoToolbox", "CoreTelephony", "ImageIO", "Accelerate", "WebKit", 'MediaPlayer']
|
||||
s.libraries = ["c++","z"]
|
||||
s.source = { :path => '.' }
|
||||
|
||||
s.ios.deployment_target = '11.0'
|
||||
s.ios.vendored_framework = 'Libs/*framework'
|
||||
s.ios.resource = 'Resources/*.bundle'
|
||||
end
|
||||
Reference in New Issue
Block a user