# Uncomment the next line to define a global platform for your project source 'https://github.com/CocoaPods/Specs.git' platform :ios, '13.0' target 'keyBoard' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! pod 'AFNetworking','4.0.1' pod 'Bugly', :configurations => ['Release'] pod 'DZNEmptyDataSet', '1.8.1' pod 'FLAnimatedImage', '~> 1.0.17' pod 'JXPagingView/Pager', '~> 2.1.3' pod 'JXCategoryView', '~> 1.6.8' pod 'HWPanModal', '~> 0.9.9' pod 'LSTPopView', '~> 0.3.10' pod 'LookinServer', :configurations => ['Debug'] pod 'LYEmptyView', '~> 1.3.1' pod 'Masonry', '1.1.0' pod 'MBProgressHUD', '1.2.0' pod 'MJExtension', '3.4.2' pod 'MJRefresh', '3.7.9' pod 'SDWebImage', '5.21.1' pod 'SSZipArchive', '~> 2.4.3' 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' # pod 'SSZipArchive', '~> 2.5' end