阅读背景:

【iOS 开发】常用的 CocoaPods 开源库收集整理

来源:互联网 
总结整理一些常用的第三方库,方便开新项目的时候直接使用 # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'xxxx' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! # Pods for client_whaleshark_ios #objc pod 'Charts' # 图表统计图 pod 'MJRefresh' # 下拉刷新 pod 'MJExtension' # 字典转换模型 pod 'Masonry' # 常用的autolayout布局约束 pod 'BabyBluetooth' # 高度封装易用的蓝牙库 pod 'TZImagePickerController' # 简单易用的图片选择器(仿微信) pod 'IQKeyboardManager' # 键盘事件管理 pod 'ZWIntroductionViewController' # 首次打开app图片介绍页 pod 'AFNetworking' # AF网络请求 pod 'Bugly' # BUG崩溃信息收集 pod 'QQ_XGPush' # 腾讯信鸽推送 pod 'FSCalendar' # 日历插件 pod 'UITextView-WZB' # 带placeholder的Textview输入框 pod 'SDWebImage' # 常用的网络图片加载库 pod 'MBProgressHUD' # 加载框 pod 'BlocksKit' # 功能强大的Block支持库 pod 'FMDB' # 对libsqlite3框架进行了封装(面向对象,轻量化,代码简单,线程安全) pod 'FDFullscreenPopGesture' # 全屏手势滑动返回 pod 'RTRootNavigationController' # 方便实用的vc间跳转工具 pod 'SDWebImage' # 网络图片加载库 pod 'SimulateIDFA' # 获取本机的IDFA pod 'YBAttributeTextTapAction' # 给文本添加点击事件 pod 'YYKit' # 好用的工具库 pod 'XHPayKit' # 不用接入微信和支付宝SDK就可实现支付 pod 'XHLaunchAd' # 开屏广告、启动广告 pod 'FLAnimatedImage' # 高性能GIF engine pod 'JPVideoPlayer' #tableview悬浮视频播放控件 #swift end 总结整理一些常用的第三方库,方便开新项目的时候直接使用 # Uncomment the next



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: