AppRemarks.h 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. //
  2. // AppRemarks.h
  3. // BuguLive
  4. //
  5. // Created by xfg on 2017/3/11.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #ifndef AppRemarks_h
  9. #define AppRemarks_h
  10. /**
  11. target 'BuguLive' do
  12. pod 'AFNetworking'
  13. pod 'MBProgressHUD'
  14. pod 'SVProgressHUD'
  15. pod 'Masonry'
  16. pod 'IQKeyboardManager'
  17. pod 'SDWebImage/GIF'
  18. pod 'MJRefresh'
  19. pod 'MJExtension'
  20. pod 'FMDB'
  21. pod 'AliyunOSSiOS'
  22. pod 'ZBarSDK'
  23. pod 'BlocksKit'
  24. pod 'FTUtils'
  25. pod 'Reachability'
  26. pod 'KVOController'
  27. pod 'MLeaksFinder'
  28. pod 'MDRadialProgress'
  29. pod 'UICountingLabel'
  30. pod 'SDCycleScrollView'
  31. pod 'MMPopupView'
  32. pod 'KLSwitch'
  33. pod 'HMSegmentedControl'
  34. pod 'MarqueeLabel'
  35. # U-Share SDK UI模块(分享面板,建议添加)
  36. pod 'UMengUShare/UI'
  37. # 集成新浪微博
  38. pod 'UMengUShare/Social/Sina'
  39. # 集成微信
  40. pod 'UMengUShare/Social/WeChat'
  41. # 集成QQ
  42. pod 'UMengUShare/Social/QQ'
  43. # 友盟统计
  44. pod 'UMengAnalytics'
  45. end
  46. */
  47. // 用Pods引入的库
  48. // AFNetworking: https://github.com/AFNetworking/AFNetworking
  49. // MBProgressHUD: https://github.com/jdg/MBProgressHUD
  50. // SVProgressHUD: https://github.com/SVProgressHUD/SVProgressHUD
  51. // Masonry: https://github.com/SnapKit/Masonry
  52. // IQKeyboardManager: https://github.com/hackiftekhar/IQKeyboardManager
  53. // SDWebImage: https://github.com/rs/SDWebImage
  54. // MJRefresh: https://github.com/CoderMJLee/MJRefresh
  55. // MJExtension: https://github.com/CoderMJLee/MJExtension
  56. // FMDB: https://github.com/ccgus/fmdb
  57. // AliyunOSSiOS: https://github.com/aliyun/aliyun-oss-ios-sdk?spm=5176.doc32055.2.3.swpbGS
  58. // ZBar: https://github.com/ZBar/ZBar
  59. // BlocksKit: https://github.com/zwaldowski/BlocksKit
  60. // FTUtils: https://github.com/neror/ftutils
  61. // Reachability: https://github.com/tonymillion/Reachability
  62. // KVOController: https://github.com/facebook/KVOController
  63. // MLeaksFinder: https://github.com/Zepo/MLeaksFinder
  64. // 非主流UI库
  65. // MDRadialProgress: https://github.com/mdinacci/MDRadialProgress
  66. // UICountingLabel: https://github.com/dataxpress/UICountingLabel
  67. // SDCycleScrollView: https://github.com/gsdios/SDCycleScrollView
  68. // KLSwitch: https://github.com/KieranLafferty/KLSwitch
  69. // MMPopupView: https://github.com/adad184/MMPopupView
  70. // HMSegmentedControl: https://github.com/HeshamMegid/HMSegmentedControl
  71. // MarqueeLabel: https://github.com/cbpowell/MarqueeLabel
  72. // 其他(暂时没有pod管理)
  73. // JSONKit: https://github.com/johnezang/JSONKit
  74. // MLEmojiLabel: https://github.com/molon/MLEmojiLabel
  75. // UniqueDeviceID: https://github.com/Paldom/UniqueDeviceID
  76. // MLEmojiLabel: https://github.com/molon/MLEmojiLabel
  77. // MLLabel: https://github.com/molon/MLLabel
  78. // M80AttributedLabel: https://github.com/xiangwangfeng/M80AttributedLabel
  79. // TWMessageBarManager: https://github.com/terryworona/TWMessageBarManager
  80. #endif /* AppRemarks_h */