Podfile 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'Jianbinglian' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. pod 'Masonry' #布局
  7. pod 'AFNetworking' #网络请求
  8. pod 'SDWebImage' #加载网络图片
  9. pod 'MJRefresh' #刷新
  10. pod 'ReactiveObjC' #RAC
  11. pod 'MJExtension' #数据解析
  12. pod 'SDCycleScrollView' #轮播图
  13. pod 'RDVTabBarController' #tabber
  14. pod 'IQKeyboardManager' #自动收起键盘
  15. pod 'SVProgressHUD' #提示
  16. pod 'EBBannerView' #前台推送
  17. pod 'WebViewJavascriptBridge' #js交互
  18. pod 'FSCalendar' #日历控件
  19. pod 'TZImagePickerController' #图片选择器
  20. pod 'YLGIFImage' #轻量级GIF加载
  21. pod 'YBImageBrowser' #图片浏览器
  22. pod 'WechatOpenSDK' #微信SDK
  23. pod 'HXPhotoPicker', '~>2.4.5' #图片上传九宫格
  24. pod 'BRPickerView' #选择器
  25. pod 'AMapSearch-NO-IDFA'
  26. pod 'AMapLocation-NO-IDFA'
  27. pod 'AMap3DMap-NO-IDFA'
  28. pod 'AlipaySDK-iOS' #阿里云SDK
  29. target 'JianbinglianTests' do
  30. inherit! :search_paths
  31. # Pods for testing
  32. end
  33. target 'JianbinglianUITests' do
  34. inherit! :search_paths
  35. # Pods for testing
  36. end
  37. end