Podfile 534 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. =begin
  2. 这里写注释
  3. =end
  4. platform :ios, '9.0'
  5. target 'RainbowPlanetOC' do
  6. # 网络请求
  7. pod 'AFNetworking'
  8. pod 'YTKNetwork'
  9. # 图片加载
  10. pod 'SDWebImage'
  11. pod 'SDWebImage/GIF'
  12. # 下来刷新上啦加载
  13. pod 'MJRefresh'
  14. # json解析
  15. pod 'MJExtension'
  16. # 加载提示框
  17. pod 'MBProgressHUD'
  18. # 布局约束
  19. pod 'Masonry'
  20. # 键盘
  21. pod 'IQKeyboardManager'
  22. # 轮播图
  23. pod 'SDCycleScrollView'
  24. # 分段导航栏
  25. pod 'MJCSegmentInterface'
  26. # tabbar
  27. pod 'CYLTabBarController'
  28. # 内存泄露检测工具
  29. pod 'MLeaksFinder'
  30. end