podfile 620 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # 下面两行是指明依赖库的来源地址
  2. source 'https://github.com/CocoaPods/Specs.git'
  3. platform:ios,'9.0'
  4. inhibit_all_warnings!
  5. target'LN_School'do
  6. pod 'QMUIKit'
  7. pod 'AFNetworking'
  8. pod 'MBProgressHUD'
  9. pod 'BaiduMapKit'
  10. pod 'GTSDK'
  11. #图片选择
  12. pod 'TZImagePickerController'
  13. pod 'MJRefresh'
  14. #表格
  15. pod 'XLForm'
  16. #bugly错误日志统计
  17. pod 'Bugly'
  18. #日历
  19. pod 'FSCalendar'
  20. #图片裁剪
  21. pod 'TOCropViewController'
  22. pod 'SDWebImage'
  23. #百度地图定位sdk
  24. pod 'BMKLocationKit'
  25. # 客服模块
  26. pod 'QMLineSDK'
  27. pod 'HappyDNS'
  28. pod 'Qiniu'
  29. pod 'MLEmojiLabel'
  30. pod 'GKPhotoBrowser'
  31. end