Podfile 936 B

12345678910111213141516171819202122232425262728293031323334
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '9.0'
  3. inhibit_all_warnings!
  4. use_frameworks!
  5. target 'HappyJob' do
  6. pod 'CocoaLumberjack', '~> 3.5.1'
  7. pod 'Masonry', '~> 1.1.0'
  8. pod 'SVProgressHUD', '~> 2.2.5'
  9. pod 'IQKeyboardManager', '~> 6.5.5'
  10. pod 'TXScrollLabelView', '~> 1.3.2'
  11. # pod 'DDGBannerScrollView', '~> 0.1.1'
  12. pod 'SDCycleScrollView', '~> 1.80'
  13. # pod 'AMap2DMap-NO-IDFA', '~> 5.6.1'
  14. pod 'AMapLocation-NO-IDFA', '~> 2.6.5'
  15. pod 'AFNetworking', '~> 4.0.0'
  16. pod 'YTKNetwork', '~> 3.0.0'
  17. pod 'JKCountDownButton', '~> 1.3.0'
  18. pod 'FCUUID', '~> 1.3.1'
  19. pod 'WechatOpenSDK', '~> 1.8.7.1'
  20. pod 'YYModel', '~> 1.0.4'
  21. pod 'SDWebImage', '~> 5.8.0'
  22. pod 'NSDictionary-NilSafe', '~> 0.2.0'
  23. pod 'MJRefresh', '~> 3.4.3'
  24. pod 'DZNEmptyDataSet', '~> 1.8.1'
  25. pod 'XHLaunchAd', '~> 3.9.8'
  26. pod 'Bugly', '~> 2.5.0'
  27. pod 'AlipaySDK-iOS', '~> 15.7.4'
  28. pod 'TZImagePickerController', '~> 3.2.1'
  29. end