podfile 846 B

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