Podfile 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '12.0'
  3. inhibit_all_warnings!
  4. target 'DWBSProduct' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_frameworks!
  7. pod 'Tiercel'
  8. pod 'ZLPhotoBrowser'
  9. pod 'SnapKitExtend'
  10. pod 'SDWebImage'
  11. pod 'ActiveLabel', '~> 1.1.0' #支持Label部分内容点击
  12. pod 'JXSegmentedView', '~> 1.2.7' #分页控制 滚动视图
  13. pod 'FSPagerView', '~> 0.8.3' #轮播图
  14. pod 'Toast-Swift', '~> 5.0.1'
  15. pod 'SwiftEntryKit', '~> 1.2.5' #弹出视图
  16. pod 'Reusable'
  17. pod 'MBProgressHUD'
  18. pod 'HMSegmentedControl'
  19. pod 'IQKeyboardManagerSwift'
  20. pod 'EmptyDataSet-Swift'
  21. pod 'ObjectMapper'
  22. pod 'KMPlaceholderTextView'
  23. pod 'TransitionButton'
  24. pod 'Kingfisher', '~> 7.0.0'
  25. pod 'SwiftyImage', '~> 1.5.2' #image.属性
  26. pod 'SwiftyUserDefaults', '~> 5.0.0'
  27. pod 'Moya'
  28. # pod 'YPNavigationBarTransition', '~> 2.0'
  29. pod "ESTabBarController-swift"
  30. pod 'LTMorphingLabel'
  31. pod 'MJRefresh'
  32. pod 'Then'
  33. pod 'Charts'
  34. pod 'SwiftyJSON'
  35. pod 'Instructions'
  36. pod 'ESPullToRefresh'
  37. pod 'Reusable'
  38. pod 'Popover.OC'
  39. pod 'SCLAlertView'
  40. pod 'BRPickerView'
  41. pod 'UMCommon'
  42. pod 'UMDevice'
  43. pod 'UMShare/UI'
  44. pod 'UMShare/Social/WeChat'
  45. pod 'JXPagingView/Paging'
  46. pod 'SGQRCode'
  47. pod 'NVActivityIndicatorView'
  48. # pod 'RxSwift', '~> 5.0'
  49. # pod 'RxCocoa', '~> 5.0'
  50. pod 'DoraemonKit/Core', '~> 3.0.7', :configurations => ['Debug']
  51. pod 'DoraemonKit/WithLogger', '~> 3.0.7', :configurations => ['Debug']
  52. target 'DWBSProductTests' do
  53. inherit! :search_paths
  54. # Pods for testing
  55. end
  56. target 'DWBSProductUITests' do
  57. # Pods for testing
  58. end
  59. end