| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- //
- // AppRemarks.h
- // BuguLive
- //
- // Created by xfg on 2017/3/11.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #ifndef AppRemarks_h
- #define AppRemarks_h
- /**
-
- target 'BuguLive' do
-
- pod 'AFNetworking'
- pod 'MBProgressHUD'
- pod 'SVProgressHUD'
- pod 'Masonry'
- pod 'IQKeyboardManager'
- pod 'SDWebImage/GIF'
- pod 'MJRefresh'
- pod 'MJExtension'
- pod 'FMDB'
- pod 'AliyunOSSiOS'
- pod 'ZBarSDK'
- pod 'BlocksKit'
- pod 'FTUtils'
- pod 'Reachability'
- pod 'KVOController'
- pod 'MLeaksFinder'
-
- pod 'MDRadialProgress'
- pod 'UICountingLabel'
- pod 'SDCycleScrollView'
- pod 'MMPopupView'
- pod 'KLSwitch'
- pod 'HMSegmentedControl'
- pod 'MarqueeLabel'
-
- # U-Share SDK UI模块(分享面板,建议添加)
- pod 'UMengUShare/UI'
- # 集成新浪微博
- pod 'UMengUShare/Social/Sina'
- # 集成微信
- pod 'UMengUShare/Social/WeChat'
- # 集成QQ
- pod 'UMengUShare/Social/QQ'
- # 友盟统计
- pod 'UMengAnalytics'
-
- end
-
- */
- // 用Pods引入的库
- // AFNetworking: https://github.com/AFNetworking/AFNetworking
- // MBProgressHUD: https://github.com/jdg/MBProgressHUD
- // SVProgressHUD: https://github.com/SVProgressHUD/SVProgressHUD
- // Masonry: https://github.com/SnapKit/Masonry
- // IQKeyboardManager: https://github.com/hackiftekhar/IQKeyboardManager
- // SDWebImage: https://github.com/rs/SDWebImage
- // MJRefresh: https://github.com/CoderMJLee/MJRefresh
- // MJExtension: https://github.com/CoderMJLee/MJExtension
- // FMDB: https://github.com/ccgus/fmdb
- // AliyunOSSiOS: https://github.com/aliyun/aliyun-oss-ios-sdk?spm=5176.doc32055.2.3.swpbGS
- // ZBar: https://github.com/ZBar/ZBar
- // BlocksKit: https://github.com/zwaldowski/BlocksKit
- // FTUtils: https://github.com/neror/ftutils
- // Reachability: https://github.com/tonymillion/Reachability
- // KVOController: https://github.com/facebook/KVOController
- // MLeaksFinder: https://github.com/Zepo/MLeaksFinder
- // 非主流UI库
- // MDRadialProgress: https://github.com/mdinacci/MDRadialProgress
- // UICountingLabel: https://github.com/dataxpress/UICountingLabel
- // SDCycleScrollView: https://github.com/gsdios/SDCycleScrollView
- // KLSwitch: https://github.com/KieranLafferty/KLSwitch
- // MMPopupView: https://github.com/adad184/MMPopupView
- // HMSegmentedControl: https://github.com/HeshamMegid/HMSegmentedControl
- // MarqueeLabel: https://github.com/cbpowell/MarqueeLabel
- // 其他(暂时没有pod管理)
- // JSONKit: https://github.com/johnezang/JSONKit
- // MLEmojiLabel: https://github.com/molon/MLEmojiLabel
- // UniqueDeviceID: https://github.com/Paldom/UniqueDeviceID
- // MLEmojiLabel: https://github.com/molon/MLEmojiLabel
- // MLLabel: https://github.com/molon/MLLabel
- // M80AttributedLabel: https://github.com/xiangwangfeng/M80AttributedLabel
- // TWMessageBarManager: https://github.com/terryworona/TWMessageBarManager
- #endif /* AppRemarks_h */
|