SellyCloudSDK_demo/Example/Pods/Local Podspecs/FUBeautyComponent.podspec.json

25 lines
581 B
JSON

{
"name": "FUBeautyComponent",
"version": "1.0",
"license": "MIT",
"summary": "Beauty component",
"description": "The beauty component of FULiveDemo.",
"homepage": "https://github.com/Faceunity/FULiveDemo",
"authors": {
"faceunity": "dev@faceunity.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"http": "https://github.com/Faceunity/FULiveDemo"
},
"source_files": "**/*.{h,m}",
"resources": "FUBeautyComponent/Resource/**/*.{json}",
"requires_arc": true,
"dependencies": {
"FURenderKit": [],
"FUCommonUIComponent": []
}
}