This commit is contained in:
Caleb
2025-11-21 12:00:40 +08:00
commit 18ea900c12
1189 changed files with 134605 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,53 @@
{
"name": "SellyCloudSDK",
"version": "0.1.0",
"summary": "A short description of SellyCloudSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Caleb/SellyCloudSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caleb": "liaoqiang1123@gmail.com"
},
"source": {
"git": "https://github.com/Caleb/SellyCloudSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.10",
"source_files": "SellyCloudSDK/Classes/**/*",
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 arm64",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"CLANG_CXX_LANGUAGE_STANDARD": "c++17",
"OTHER_LDFLAGS": "-ObjC"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"resources": [
"SellyCloud/sdk/SellyCloudSDK.framework/*.bundle"
],
"vendored_frameworks": "SellyCloudSDK/sdk/*.framework",
"dependencies": {
"CocoaLumberjack": [
"~>3.7.2"
],
"CocoaLumberjack/Swift": [],
"ReactiveObjC": [],
"AFNetworking": [],
"Reachability": [],
"YYModel": [],
"SSZipArchive": [],
"SocketRocket": [],
"Logboard": [
"~> 2.5.0"
]
},
"swift_version": "5.10"
}