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,15 @@
Pod::Spec.new do |s|
s.name = "FUCommonUIComponent"
s.version = "1.0"
s.license = 'MIT'
s.summary = "UI components"
s.description = "Some UI components of FULiveDemo."
s.homepage = "https://github.com/Faceunity/FULiveDemo"
s.author = { 'faceunity' => 'dev@faceunity.com' }
s.platform = :ios, "9.0"
s.source = { "http": "https://github.com/Faceunity/FULiveDemo"}
s.source_files = '**/*.{h,m}'
# s.resources = 'FUCommonUIComponent/Resource/**/*.{png,xcassets}'
s.requires_arc = true
end