项目常用pod库

pod 'swiftScan', '~> 1.1.2' # 扫码 https://github.com/MxABC/swiftScan
pod 'Localize-Swift', '~> 2.0' # 国际化 https://github.com/marmelroy/Localize-Swift
pod 'FSPagerView' # 轮播 https://github.com/WenchaoD/FSPagerView
pod 'CryptoSwift' # 加密 https://github.com/krzyzanowskim/CryptoSwift
pod 'DNSPageView' # 分页 https://github.com/Danie1s/DNSPageView
pod 'Popover' # 提示窗 https://github.com/corin8823/Popover
pod 'NVActivityIndicatorView' # 加载器 https://github.com/ninjaprox/NVActivityIndicatorView
pod 'Onboard' # 引导图
pod 'Starscream', '~> 3.0.2' # webScoket
pod 'CHKLineChartKit' # k线图
pod 'TZImagePickerController' # 图片选择器
pod 'JXPhotoBrowser', '2.1.4' # 图片浏览器
pod 'ZHRefresh' # MJRefresh Swift 版 https://github.com/SummerHF/ZHRefresh

pod 'KeychainSwift' # 钥匙串存储

KeychainAccess // 钥匙串 https://github.com/kishikawakatsumi/KeychainAccess

你可能感兴趣的:(项目常用pod库)