Swift5.0 常用三方庫集錦

  #必備

    pod 'Alamofire'  #網絡請求

    pod 'SwiftyJSON' #json解析

    pod 'Kingfisher'  #圖片緩存

    pod 'SwiftyUserDefaults' #UserDefaults

    pod 'IQKeyboardManagerSwift' 

    pod 'SnapKit'   #auto Layout

    pod 'MJRefresh'

    pod 'Eureka'

    pod 'CollectionKit'  #collection

    pod 'Then'

    pod 'CryptoSwift'  #加密

    

    pod 'RxSwift'  #RxSwift

    pod 'RxCocoa'  #RxSwift

    

    pod 'Pgyer' #蒲公英

    pod 'PgyUpdate' #蒲公英更新

    pod 'JPush' #極光推送

    pod 'WechatOpenSDK'  #微信支付

    pod 'Charts',:inhibit_warnings => true  #圖表

    pod 'Cache' #緩存

    pod 'Starscream' #webSocket

#    pod 'SlideMenuControllerSwift' #側滑

    pod 'QRCodeReader.swift',:inhibit_warnings => true  #二維碼掃碼

    pod 'ESTabBarController-swift'  #Tabbar

#    pod 'Fusuma', :git => 'https://github.com/ytakzk/Fusuma.git', :branch => 'swift4',:inhibit_warnings => true #相機

    pod 'FSPagerView'  

    pod 'NVActivityIndicatorView'  #加載動畫

    pod 'DNSPageView'

    pod 'SQLite.swift'

    pod 'Hero'  #轉場動畫

    pod 'SlideMenuControllerSwift' #抽屜

    pod 'NotificationBannerSwift' #通知

    pod 'ViewAnimator' #table collection加載動畫

    pod 'GDPerformanceView-Swift'  #性能檢測

   pod 'SKPhotoBrowser' #圖片瀏覽

  

 pod 'XCGLogger'  #日誌框架
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章