iOS开发(Swift)项目中用到的第三方框架
2018-11-20 本文已影响0人
三少爷_贱
iOS开发(Swift)项目中用到的第三方框架。
pod 'Alamofire', '~> 4.7' #网络请求
pod 'SnapKit', '~> 4.0.0' #自动布局
pod 'SwiftyJSON' #JSON解析
pod 'PopupDialog', '~> 0.9' #弹框
pod 'ReachabilitySwift' #网络检测
pod 'PickerView' #选择控件
pod 'Gallery' #照相、获取本地相册
pod 'Kingfisher' # 图片处理
pod 'GuidePageView' #启动页
pod 'HRQRCodeScanTool' #扫码
pod 'ESPullToRefresh' #下拉刷新