podfile 790 B

123456789101112131415161718192021222324252627282930313233
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'HappyWork' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for HappyWork
  7. pod 'Masonry', '~> 1.1.0'
  8. pod 'SVProgressHUD', '~> 2.2.5'
  9. pod 'IQKeyboardManager', '~> 6.5.0'
  10. pod 'SDCycleScrollView', '~> 1.80'
  11. pod 'SDWebImage', '~> 5.0.6'
  12. pod 'AFNetworking', '~> 3.2.1'
  13. pod 'MJRefresh', '~> 3.2.0'
  14. pod 'MJExtension', '~> 3.1.2'
  15. pod 'TZImagePickerController', '~> 3.2.4'
  16. pod 'DZNEmptyDataSet', '~> 1.8.1'
  17. pod 'YTKNetwork', '~> 2.0.4'
  18. pod 'XHLaunchAd', '~> 3.9.8'
  19. target 'HappyWorkTests' do
  20. inherit! :search_paths
  21. # Pods for testing
  22. end
  23. target 'HappyWorkUITests' do
  24. inherit! :search_paths
  25. # Pods for testing
  26. end
  27. end