iOS-study
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'iOSFirst' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for iOSFirst
  7. pod 'SwiftyBeaver'
  8. pod 'RxSwift', '6.5.0'
  9. pod 'RxCocoa', '6.5.0'
  10. pod 'SDWebImage'
  11. pod 'Kingfisher', '~> 7.1.2'
  12. # 网络请求
  13. pod 'Moya/RxSwift'
  14. pod 'HandyJSON', '~> 5.0.2'
  15. pod 'SwiftyJSON'
  16. #分页
  17. pod 'DNSPageView', '~> 1.0.1'
  18. #tabbar样式
  19. pod 'ESTabBarController-swift', '~> 2.6.2'
  20. #banner滚动图片
  21. pod 'FSPagerView'
  22. #跑马灯
  23. pod 'JXMarqueeView'
  24. #滚动页
  25. pod 'LTScrollView'
  26. pod 'MJRefresh'
  27. #pod 'SkeletonView'
  28. #消息提示
  29. #pod 'SwiftMessages','~> 4.1.4'
  30. #pod 'YYKit'
  31. pod 'SVProgressHUD'
  32. #播放网络音频
  33. pod 'StreamingKit'
  34. #加密解密工具
  35. pod 'CryptoSwift', '~> 1.6.0'
  36. #pod 'Toast-Swift', '~> 5.0.1'
  37. #target 'iOSFirstTests' do
  38. #inherit! :search_paths
  39. #Pods for testing
  40. #end
  41. #target 'iOSFirstUITests' do
  42. # Pods for testing
  43. #end
  44. end