Files
keyboard/Podfile

40 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2025-10-27 21:55:05 +08:00
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'
2025-10-29 19:13:35 +08:00
target 'keyBoard' do
2025-10-27 21:55:05 +08:00
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
2025-10-28 15:59:09 +08:00
pod 'AFNetworking','4.0.1'
pod 'Bugly', :configurations => ['Release']
2025-11-06 13:18:27 +08:00
pod 'DZNEmptyDataSet', '1.8.1'
pod 'FLAnimatedImage', '~> 1.0.17'
2025-11-06 19:19:12 +08:00
pod 'JXPagingView/Pager', '~> 2.1.3'
pod 'JXCategoryView', '~> 1.6.8'
2025-11-06 13:18:27 +08:00
pod 'HWPanModal', '~> 0.9.9'
pod 'LSTPopView', '~> 0.3.10'
pod 'LookinServer', :configurations => ['Debug']
2025-11-09 20:54:30 +08:00
pod 'LYEmptyView', '~> 1.3.1'
2025-10-28 15:59:09 +08:00
pod 'Masonry', '1.1.0'
2025-10-29 13:25:46 +08:00
pod 'MBProgressHUD', '1.2.0'
2025-10-28 15:59:09 +08:00
pod 'MJExtension', '3.4.2'
2025-10-29 19:13:35 +08:00
pod 'MJRefresh', '3.7.9'
pod 'SDWebImage', '5.21.1'
2025-11-19 15:39:47 +08:00
pod 'SSZipArchive', '~> 2.4.3'
2025-10-27 21:55:05 +08:00
end
2025-10-29 19:13:35 +08:00
target 'CustomKeyboard' do
2025-10-27 21:55:05 +08:00
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'AFNetworking','4.0.1'
2025-10-29 19:13:35 +08:00
2025-10-27 21:55:05 +08:00
pod 'Masonry', '1.1.0'
2025-10-29 13:25:46 +08:00
pod 'MBProgressHUD', '1.2.0'
2025-10-27 21:55:05 +08:00
pod 'MJExtension', '3.4.2'
2025-10-29 19:13:35 +08:00
pod 'DZNEmptyDataSet', '1.8.1'
2025-11-19 15:39:47 +08:00
# pod 'SSZipArchive', '~> 2.5'
2025-10-27 21:55:05 +08:00
end
2025-10-29 19:13:35 +08:00