#键盘遮挡
pod'IQKeyboardManager'
# 主模块(必须)
pod'ShareSDK3'
# Mob 公共库(必须) 如果同时集成SMSSDK iOS2.0:可看此注意事项:http://bbs.mob.com/thread-20051-1-1.html
pod'MOBFoundation'
#Mob-微信
pod'ShareSDK3/ShareSDKPlatforms/WeChat'
#Mob-腾讯
pod'ShareSDK3/ShareSDKPlatforms/QQ'
#仿微信弹出层
pod'HZActionSheet', :git => 'https://github.com/a497500306/HZActionSheet.git'
#图片查看
pod'MWPhotoBrowser', :git => 'https://github.com/a497500306/MWPhotoBrowser.git'
#很牛逼的布局库
pod'Masonry'
#照片选择器
pod'TZImagePickerController'
#引导页
pod'LCNewFeature'
#等待菊花
pod'MBProgressHUD'
#yykit
pod'YYKit'
#AFN
pod'AFNetworking'
#json解析
pod'MJExtension'
#极光推送
pod'JPush'
#弹出框
pod'MMPopupView'
#不多说
pod'SDWebImage'
#tableview无内容时显示
pod'DZNEmptyDataSet'
#上拉加载更多下拉刷新
pod'MJRefresh','3.1.15'
#通讯录
pod'LJContactManager'
#轮播图
pod'SDCycleScrollView'
#时间处理
pod'DateTools'
#动画
pod'pop'
#js和oc交互
pod'WebViewJavascriptBridge'
#可以滑动的cell
pod'MGSwipeTableCell'
#搜索控制器
pod'PYSearch', :git => 'https://github.com/a497500306/PYSearch.git'
#颜色
#http://www.jianshu.com/p/15008c8eed4f使用方法
pod'ChameleonFramework'
#仿微信浏览器,很久没有维护了
pod'RxWebViewController'
#仿微信浏览器
pod'AXWebViewController'
#百度地图
pod'BaiduMapKit'
#数据库
pod'FMDB'
#角标
pod'RKNotificationHub'
#日历控件
pod'FSCalendar'
#全屏滑动手势,只需要添加这个库就可以执行,不需要代码
#pod 'FDFullscreenPopGesture'
#图表
#pod 'PNChart'
#正则
#pod 'RegexKitLite'
#AES加密
#pod 'RNCryptor'
#腾讯崩溃日志
#pod 'Bugly' (ios9系统 更新 ios10系统 时出现了无限崩溃情况,从此再也不用这款库)
#免费短信
#pod 'SMSSDK'
#存放用户账号密码组件
#pod 'UICKeyChainStore'
#状态栏加载
#pod 'JDStatusBarNotification'
#App Store的版本检查
#pod 'RMAppStoreVersionCheck'
#socket
#pod 'CocoaAsyncSocket'