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'
|
2025-11-03 21:04:39 +08:00
|
|
|
pod 'Bugly', :configurations => ['Release']
|
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-10-29 14:30:19 +08:00
|
|
|
pod 'DZNEmptyDataSet', '1.8.1'
|
2025-11-04 13:50:32 +08:00
|
|
|
pod 'lottie-ios', :git => 'https://github.com/airbnb/lottie-ios.git', :branch => 'lottie/objectiveC'
|
2025-10-29 19:13:35 +08:00
|
|
|
pod 'LookinServer', :configurations => ['Debug']
|
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-10-27 21:55:05 +08:00
|
|
|
end
|
2025-10-29 19:13:35 +08:00
|
|
|
|
|
|
|
|
|