Initial clean commit

This commit is contained in:
2026-03-26 12:05:37 +08:00
commit 7c3c8dffee
1177 changed files with 147248 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"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": []
}
}

View File

@@ -0,0 +1,19 @@
{
"name": "FUCommonUIComponent",
"version": "1.0",
"license": "MIT",
"summary": "UI components",
"description": "Some UI components of FULiveDemo.",
"homepage": "https://github.com/Faceunity/FULiveDemo",
"authors": {
"faceunity": "dev@faceunity.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://github.com/Faceunity/FULiveDemo"
},
"source_files": "**/*.{h,m}",
"requires_arc": true
}

View File

@@ -0,0 +1,26 @@
{
"name": "FURenderKit",
"version": "0.1.0",
"summary": "A short description of FURenderKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Caleb/FURenderKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caleb": "liaoqiang1123@gmail.com"
},
"source": {
"git": "https://github.com/Caleb/FURenderKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FURenderKit/Classes/**/*",
"vendored_frameworks": "FURenderKit/sdk/*.framework",
"ios": {
"resources": "FURenderKit/Assets/**/*.bundle"
}
}

View File

@@ -0,0 +1,38 @@
{
"name": "SNHNetworking",
"version": "0.8.1",
"summary": "基础请求框架",
"description": "构建多个app通用的网络请求、下载、上传框架",
"homepage": "http://www.snh48.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jane": "1075623679@qq.com"
},
"source": {
"git": "git@gitee.com:SNHiOS/SNHNetworking.git",
"tag": "0.8.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "source",
"dependencies": {
"SNHFoundation": [],
"ObjcAssociatedObjectHelpers": []
},
"subspecs": [
{
"name": "source",
"source_files": "SNHNetworking/Classes/**/*.{h,m,mm}",
"public_header_files": "SNHNetworking/Classes/**/*.h",
"vendored_frameworks": "SNHNetworking/sdk/**/*.framework",
"libraries": [
"c++",
"z"
]
}
]
}

View File

@@ -0,0 +1,58 @@
{
"name": "SellyCloudSDK",
"version": "0.1.0",
"summary": "SellyCloud RTC & Live Streaming SDK for iOS.",
"description": "WebRTC-based interactive RTC sessions and RTMP/WHIP live streaming.",
"homepage": "https://github.com/Caleb/SellyCloudSDK",
"license": {
"type": "MIT"
},
"authors": {
"Caleb": "liaoqiang1123@gmail.com"
},
"source": {
"path": "."
},
"platforms": {
"ios": "13.0"
},
"source_files": "src/objc/ios/*.h",
"public_header_files": "src/objc/ios/*.h",
"vendored_libraries": [
"build/ios-arm64/pod_output/libSellyCloudSDK.a"
],
"vendored_frameworks": [
"src/Kiwi_ios/Kiwi.framework"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"OTHER_LDFLAGS": "-ObjC",
"APPLICATION_EXTENSION_API_ONLY": "NO"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMedia",
"CoreVideo",
"CoreAudio",
"AudioToolbox",
"VideoToolbox",
"QuartzCore",
"Accelerate",
"Security",
"SystemConfiguration",
"Metal",
"ReplayKit",
"CFNetwork"
],
"libraries": [
"c++",
"z"
]
}