参考链接: https://www.jianshu.com/p/35cc77c08b94
https://www.jianshu.com/p/1aa4b2338169
https://blog.csdn.net/u013712343/article/details/127361202
https://github.com/iOShuyang/Book-Recommend-Github #看这个就够了
//一般必有
pod 'QMUIKit' #https://qmuiteam.com/ios 腾讯UI框架 好用
pod "YYKit" #一组庞大、功能丰富的 iOS 组件
pod 'AFNetworking'
pod 'MBProgressHUD', '~> 1.0.0' #hud
pod 'SDWebImage', '~> 4.0.0' #加载网路哦图片
pod 'SDWebImage/GIF'
# pod 'FLAnimatedImage', '~> 1.0'
pod 'SDCycleScrollView','~> 1.64' #轮播图
pod 'MJRefresh', '~> 3.2.0' #刷新
pod "MJExtension" #模型转换
pod 'Reachability', '~> 3.2' #监听网络变化
pod 'IQKeyboardManager', '~> 6.3.0' #键盘扩展
pod 'Masonry' #布局
pod 'BlocksKit', '~> 2.2.5' #UIKit控件添加block
pod 'LYEmptyView' #无数据无网络
pod "TZImagePicker" #相册选取
pod 'TZImagePickerController'
//常用
pod 'LiquidFloatingActionButton' #类似水滴按钮菜单展开https://github.com/yoavlt/LiquidFloatingActionButton
pod 'NVActivityIndicatorView' #loading 进度条动画,有20-30多种
pod 'FSCalendar' #日历控件
pod 'ReactiveObjC' #信号传递
pod 'BRPickerView' #日期,地址选择器
pod 'YTKNetwork' #YTKNetwork 是猿题库 iOS 研发团队基于 [AFNetworking]封装的 iOS 网络库
pod 'LMForm' # 表单输入
pod 'CRBoxInputView' #验证码输入Box
pod 'CocoaAsyncSocket' #最通用的Socket库'
pod 'TTTAttributedLabel' #富文本Label
pod 'UICountingLabel' #数字变化动画效果
pod 'AFSoundManager'#录音
pod 'TTGTagCollectionView' #显示一堆标签的collectionView
pod 'GPUImage' #GPUImage是一个著名的图像处理开源库
#调试库
pod 'AvoidCrash' #防止常见的崩溃和监听崩溃信息
pod 'FWDebug', :configurations => ['Debug'] #调试库
pod 'MLeaksFinder', :configurations => ['Debug']
pod 'Reveal-SDK', :configurations => ['Debug']
#分页控制器
pod 'YNPageViewController' #pageViewController
pod 'JXPagingView/Pager' #pageViewController
pod 'JXCategoryView'
pod 'AWRichTex' #https://github.com/hardman/AWRichText
pod 'XMNetworking' #https://github.com/kangzubin/XMNetworking
//可选
pod 'CWStatusBarNotification', '~> 2.3.5' #状态栏通知
pod "GZIP" #数据解压缩
pod "KafkaRefresh" #刷新
pod "FMDB" #数据库
pod 'CTMediator' #组件化 路由控制
pod 'SVProgressHUD'
pod 'CYLTabBarController/Lottie' #tabbar 动画 不规则
pod 'FDFullscreenPopGesture' #
pod 'YYCache' #YYKit里的组件
pod 'YYCategories' #YYKit里的组件
pod 'YYText' #YYKit里的组件
pod 'TABAnimated'
pod 'UICollectionViewLeftAlignedLayout' #瀑布流左对齐
pod 'YBImageBrowser'
pod 'XHLaunchAd'#开屏广告
pod 'CHTCollectionViewWaterfallLayout' #瀑布流https://www.jianshu.com/p/82daa5db4a74?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation
pod 'SJVideoPlayer' #视频播放器组件
pod 'SJMediaCacheServer' #边播边缓存的库
pod 'SJUIKit'
#Swift库
pod 'RxSwift'
pod 'RxCocoa'
pod 'SnapKit' #布局约束
pod 'Alamofire' #网络请求
pod 'Toast-Swift' #弹框提示
pod 'Material' #flutter风格UI动画
pod 'NVActivityIndicatorView'
pod 'HandyJSON' #Json转Model
pod 'SwiftyJSON'
pod 'Kingfisher' #网络图片加载库
pod 'CryptoSwift'#加密
pod 'Hue' #UIColor HEX
pod 'PKHUD'
pod 'FSPagerView'#轮播图 效果多