Sin descripción

Podfile 520B

12345678910111213141516171819202122232425
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. target 'ACSION' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. # Pods for ACSION
  7. pod 'AFNetworking'
  8. pod 'SDWebImage'
  9. pod 'Masonry'
  10. pod 'YYModel'
  11. pod 'YYCategories'
  12. pod 'QBImagePickerController'
  13. pod 'MBProgressHUD'
  14. pod 'SVProgressHUD'
  15. pod 'MJRefresh'
  16. pod 'IQKeyboardManager'
  17. pod 'UMengAnalytics'
  18. pod 'ReactiveCocoa','2.4.7'
  19. pod 'FDFullscreenPopGesture'
  20. end