# Uncomment the next line to define a global platform for your project platform :ios, '9.0' target 'RainbowPlanet' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks inhibit_all_warnings! use_frameworks! # Pods for RainbowPlanet # 网络请求 pod 'Alamofire' pod 'Moya/RxSwift' # Rx pod 'RxSwift' pod 'RxCocoa' # json解析 pod 'SwiftyJSON' pod 'ObjectMapper' # 图片加载 pod 'Kingfisher' # 自动布局 pod 'SnapKit' # 键盘 pod 'IQKeyboardManagerSwift' # 加密 pod 'CryptoSwift' # 弹框 pod 'MBProgressHUD' # 下拉刷新 pod 'MJRefresh' # 设备型号 pod 'DeviceKit' # 内存检测 pod 'MLeaksFinder' # 轮播 # pod 'FSPagerView' # 分段导航栏 # pod 'XLPagerTabStrip' # 评分 # pod 'SwiftyStarRatingView' # 二维码 # pod 'EFQRCode' # 小红点 # pod 'PPBadgeViewSwift' # 占位图 # pod 'LYEmptyView' # 日期时间处理 # pod 'SwiftDate' # pop动画 # pod 'FWPopupView' # 路由 # pod 'MGJRouter' #======================第三方平台=========== #======================友盟=========== # UM基础库 pod 'UMCCommon' pod 'UMCSecurityPlugins' # 日志库(调试) pod 'UMCCommonLog' # 统计 SDK pod 'UMCAnalytics' # Push SDK pod 'UMCPush' # U-Share SDK UI模块(分享面板,建议添加) pod 'UMCShare/UI' # 集成微信(完整版14.4M) pod 'UMCShare/Social/WeChat' # 集成QQ/QZone/TIM(精简版0.5M) pod 'UMCShare/Social/ReducedQQ' # 集成新浪微博(精简版1M) pod 'UMCShare/Social/ReducedSina' #======================Bugly=========== # 异常上报 # pod 'Bugly' #=====================百度地图=========== #百度地图定位SDK pod 'BMKLocationKit' target 'RainbowPlanetTests' do inherit! :search_paths # Pods for testing end target 'RainbowPlanetUITests' do inherit! :search_paths # Pods for testing end end