Podfile 911 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '8.0'
  3. target 'WSCloudStorage' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. pod 'SDWebImage', '~> 3.7.1'
  7. pod 'AFNetworking'
  8. pod 'MagicalRecord'
  9. pod 'FMDB'
  10. pod 'MJExtension'
  11. pod 'Bugly'
  12. pod 'MBProgressHUD'
  13. pod 'DACircularProgress'
  14. pod 'SWTableViewCell', '~> 0.3.7'
  15. #pod 'StitchingImage', :git => 'https://github.com/zhengjinghua/StitchingImage.git' 手动导入微信群头像组合
  16. #pod 'MWPhotoBrowser'
  17. pod 'Masonry'
  18. pod 'FTPopOverMenu'
  19. pod 'JDStatusBarNotification', '~> 1.5.1'
  20. use_frameworks!
  21. pod 'RxSwift'
  22. #Pods for WSCloudStorage
  23. target 'WSCloudStorageTests' do
  24. inherit! :search_paths
  25. # Pods for testing
  26. end
  27. target 'WSCloudStorageUITests' do
  28. inherit! :search_paths
  29. # Pods for testing
  30. end
  31. end