Podfile 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '8.0'
  3. post_install do |installer|
  4. installer.pods_project.targets.each do |target|
  5. target.build_configurations.each do |configuration|
  6. configuration.build_settings['SWIFT_VERSION'] = "2.3"
  7. end
  8. end
  9. end
  10. target 'WSCloudStorage' do
  11. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  12. # use_frameworks!
  13. pod 'SDWebImage', '~> 3.7.1'
  14. pod 'AFNetworking'
  15. pod 'MagicalRecord'
  16. pod 'FMDB'
  17. pod 'MJExtension'
  18. pod 'Bugly'
  19. pod 'MBProgressHUD'
  20. pod 'DACircularProgress'
  21. pod 'SWTableViewCell', '~> 0.3.7'
  22. #pod 'StitchingImage', :git => 'https://github.com/zhengjinghua/StitchingImage.git' 手动导入微信群头像组合
  23. #pod 'MWPhotoBrowser'
  24. pod 'Masonry'
  25. pod 'FTPopOverMenu'
  26. pod 'JDStatusBarNotification', '~> 1.5.1'
  27. #pod 'SwiftMonkeyPaws', :git => 'https://github.com/zalando/SwiftMonkey.git' #测试专用上架记得移除
  28. #use_frameworks!
  29. # pod 'RxSwift', '~> 2.0'
  30. # pod 'RxCocoa', '~> 2.0'
  31. #Pods for WSCloudStorage
  32. target 'WSCloudStorageTests' do
  33. inherit! :search_paths
  34. # Pods for testing
  35. # pod 'SwiftMonkey' #测试专用上架记得移除
  36. end
  37. #target 'WSCloudStorageUITests' do
  38. # inherit! :search_paths
  39. # # Pods for testing
  40. # end
  41. end