Podfile 879 B

12345678910111213141516171819202122232425262728293031323334
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '7.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. #Pods for WSCloudStorage
  21. target 'WSCloudStorageTests' do
  22. inherit! :search_paths
  23. # Pods for testing
  24. end
  25. target 'WSCloudStorageUITests' do
  26. inherit! :search_paths
  27. # Pods for testing
  28. end
  29. end