2
0

Podfile 565 B

123456789101112131415161718192021222324
  1. #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
  2. #source 'https://github.com/CocoaPods/Specs.git'
  3. #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
  4. platform:ios, '10.0'
  5. inhibit_all_warnings!
  6. use_frameworks!
  7. target 'SLAiELTS' do
  8. pod 'IQKeyboardManager'
  9. pod 'Masonry'
  10. pod 'SDWebImage', '~> 5.9.0'
  11. pod 'MBProgressHUD', '~> 1.0.0'
  12. pod 'AFNetworking' , '~>4.0.1'
  13. pod 'MJRefresh'
  14. pod 'MJExtension'
  15. pod 'PGDatePicker'
  16. pod 'JXCategoryView'
  17. pod 'ZLPhotoBrowser'
  18. pod 'WZLBadge'
  19. pod 'SocketRocket'
  20. end