# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'iOSFirst' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for iOSFirst pod 'SwiftyBeaver' pod 'RxSwift', '6.5.0' pod 'RxCocoa', '6.5.0' pod 'SDWebImage' pod 'Kingfisher', '~> 7.1.2' # 网络请求 pod 'Moya/RxSwift' pod 'HandyJSON', '~> 5.0.2' pod 'SwiftyJSON' #分页 pod 'DNSPageView', '~> 1.0.1' #tabbar样式 pod 'ESTabBarController-swift', '~> 2.6.2' #banner滚动图片 pod 'FSPagerView' #跑马灯 pod 'JXMarqueeView' #滚动页 pod 'LTScrollView' pod 'MJRefresh' #pod 'SkeletonView' #消息提示 #pod 'SwiftMessages','~> 4.1.4' #pod 'YYKit' pod 'SVProgressHUD' #播放网络音频 pod 'StreamingKit' #加密解密工具 pod 'CryptoSwift', '~> 1.6.0' #pod 'Toast-Swift', '~> 5.0.1' #target 'iOSFirstTests' do #inherit! :search_paths #Pods for testing #end #target 'iOSFirstUITests' do # Pods for testing #end end