podfile 552 B

1234567891011121314151617181920212223
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '9.0'
  3. inhibit_all_warnings!
  4. target 'HappyWork' do
  5. use_frameworks!
  6. pod 'Masonry', '~> 1.1.0'
  7. pod 'SVProgressHUD', '~> 2.2.5'
  8. pod 'IQKeyboardManager', '~> 6.5.5'
  9. pod 'SDCycleScrollView', '~> 1.80'
  10. pod 'SDWebImage', '~> 5.8.0'
  11. pod 'AFNetworking', '~> 4.0.0'
  12. pod 'MJRefresh', '~> 3.4.3'
  13. pod 'MJExtension', '~> 3.1.2'
  14. pod 'TZImagePickerController', '~> 3.2.4'
  15. pod 'DZNEmptyDataSet', '~> 1.8.1'
  16. pod 'YTKNetwork', '~> 3.0.0'
  17. pod 'XHLaunchAd', '~> 3.9.8'
  18. pod 'CocoaLumberjack', '~> 3.6.0'
  19. end