修改hud

This commit is contained in:
2025-10-29 19:13:35 +08:00
parent e218c1bf3d
commit e8c88a6148
19 changed files with 2218 additions and 1973 deletions

26
Podfile
View File

@@ -2,17 +2,6 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'
target 'CustomKeyboard' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'AFNetworking','4.0.1'
pod 'Masonry', '1.1.0'
pod 'MBProgressHUD', '1.2.0'
pod 'MJExtension', '3.4.2'
pod 'DZNEmptyDataSet', '1.8.1'
end
target 'keyBoard' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
@@ -24,5 +13,20 @@ target 'keyBoard' do
pod 'MJExtension', '3.4.2'
pod 'MJRefresh', '3.7.9'
pod 'SDWebImage', '5.21.1'
pod 'DZNEmptyDataSet', '1.8.1'
pod 'LookinServer', :configurations => ['Debug']
end
target 'CustomKeyboard' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'AFNetworking','4.0.1'
pod 'Masonry', '1.1.0'
pod 'MBProgressHUD', '1.2.0'
pod 'MJExtension', '3.4.2'
pod 'DZNEmptyDataSet', '1.8.1'
end