Podfile 677 B

1234567891011121314151617181920212223
  1. platform :ios, '9.0'
  2. inhibit_all_warnings!
  3. use_frameworks!
  4. target 'HappyJob' do
  5. pod 'CocoaLumberjack', '~> 3.5.1'
  6. pod 'Masonry', '~> 1.1.0'
  7. pod 'SVProgressHUD', '~> 2.2.5'
  8. pod 'IQKeyboardManager', '~> 6.2.0'
  9. pod 'TXScrollLabelView', '~> 1.3.2'
  10. pod 'DDGBannerScrollView', '~> 0.1.1'
  11. # pod 'AMap2DMap-NO-IDFA', '~> 5.6.1'
  12. # pod 'AMapLocation-NO-IDFA', '~> 2.6.1'
  13. pod 'AFNetworking', '~> 3.2.1'
  14. pod 'YTKNetwork', '~> 2.0.4'
  15. pod 'SGEasyButton', '~> 0.0.6'
  16. pod 'FCUUID', '~> 1.3.1'
  17. pod 'WechatOpenSDK', '~> 1.8.4'
  18. pod 'YYModel', '~> 1.0.4'
  19. pod 'SDWebImage', '~> 5.0.0-beta6'
  20. pod 'NSDictionary-NilSafe', '~> 0.2.0'
  21. pod 'MJRefresh', '~> 3.1.15.7'
  22. end