source 'https://github.com/CocoaPods/Specs.git' #source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' #inhibit_all_warnings! platform :ios, '12.0' #use_frameworks! target:tongxin do pod 'AFNetworking', '3.1.0' pod 'MJExtension', '3.0.13' pod 'MJRefresh', '3.2.0' pod 'IQKeyboardManager', '4.0.10' #pod 'SDWebImage' #pod 'SVProgressHUD', '2.1.2' pod 'Masonry' pod 'MQTTClient', '0.9.5' pod 'JLAuthorizationManager', '1.0.0' #pod 'XLPhotoBrowser+CoderXL' pod 'AMapFoundation' #基础SDK pod 'AMap3DMap' #3D地图SDK pod 'AMapLocation' #定位功能 pod 'AMapSearch'#, '~> 6.9.0' #地图SDK搜索功能 #pod 'BaiduMobStatCodeless' #百度SDK 统计功能 #pod 'GDTMobSDK', '~> 4.8.7' # 广点通 和云蜻的SDK 有冲突, 解-->离-->合 -->云蜻SDK pod 'AgoraRtcEngine_Special_iOS', '4.1.1.4' #pod 'AgoraRtcEngine_Special_iOS', '3.6.216' pod 'LSTPopView', '~> 0.1.08111531' pod 'WHToast','~>0.0.7' pod 'mob_smssdk' pod 'ReactiveObjC' #pod 'Bugly', '~> 2.5.71' #pod 'GWPKit', '~> 1.1.8' pod 'YYModel' pod 'YYCache' pod 'BabyBluetooth' pod 'FSCalendar' pod 'WechatOpenSDK-XCFramework' pod 'ORCharts/Line' pod 'ZXNavigationBar' pod 'BRPickerView' pod 'CDDGroupAvatar' pod 'Ads-CN' , :subspecs => ['BUAdSDK','Dep_Accurate'] pod 'DZNEmptyDataSet' target 'tongxinTests' do inherit! :search_paths # Pods for testing end target 'tongxinUITests' do # Pods for testing end end