podfile 370 B

123456789101112131415161718192021
  1. platform:ios,'9.0'
  2. inhibit_all_warnings!
  3. target'LNManager'do
  4. pod 'MBProgressHUD'
  5. pod 'AFNetworking'
  6. pod 'GTSDK'
  7. pod 'RealReachability'
  8. pod 'BaiduMapKit'
  9. pod 'BMKLocationKit'
  10. pod 'TZImagePickerController'
  11. pod 'SDWebImage'
  12. pod 'MJRefresh'
  13. pod 'Bugly'
  14. pod 'ReactiveObjC'
  15. # 客服模块
  16. pod 'QMLineSDK'
  17. pod 'HappyDNS'
  18. pod 'Qiniu'
  19. pod 'MLEmojiLabel'
  20. pod 'GKPhotoBrowser'
  21. end